forked from LBRYCommunity/lbry-sdk
pylint
This commit is contained in:
parent
0327ce53a6
commit
1eebe006ae
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ def resolve(urls) -> Tuple[List, List, dict]:
|
|||
def resolve_to_bytes(urls) -> Tuple[bytes, dict]:
|
||||
start = time.time()
|
||||
*result, _metrics = resolve(urls)
|
||||
output = Outputs.to_bytes(*result)
|
||||
output = Outputs.to_bytes(*result) # pylint: disable=E1120
|
||||
_metrics['total'] = time.time()-start
|
||||
return output, _metrics
|
||||
|
||||
|
|
Loading…
Reference in a new issue