pylint
This commit is contained in:
parent
6606deafa5
commit
83c7797187
1 changed files with 2 additions and 2 deletions
|
@ -429,8 +429,8 @@ class EncryptedFileStreamDescriptorValidator:
|
|||
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def download_sd_blob(conf, blob_hash, blob_manager, peer_finder, rate_limiter, payment_rate_manager, wallet, timeout=None,
|
||||
download_mirrors=None):
|
||||
def download_sd_blob(conf, blob_hash, blob_manager, peer_finder, rate_limiter, payment_rate_manager, wallet,
|
||||
timeout=None, download_mirrors=None):
|
||||
"""
|
||||
Downloads a single blob from the network
|
||||
|
||||
|
|
Loading…
Reference in a new issue