forked from LBRYCommunity/lbry-sdk
pylint
This commit is contained in:
parent
046459a72d
commit
d5f8af471a
1 changed files with 0 additions and 2 deletions
|
@ -125,8 +125,6 @@ def measure(func):
|
|||
start = time.perf_counter()
|
||||
try:
|
||||
return func(*args, **kwargs)
|
||||
except:
|
||||
raise
|
||||
finally:
|
||||
elapsed = int((time.perf_counter()-start)*1000)
|
||||
metric['total'] = elapsed
|
||||
|
|
Loading…
Reference in a new issue