Fix line too long

This commit is contained in:
Adam Hellberg 2019-03-14 22:54:41 +01:00
parent f4df1a69eb
commit dd1d03f955
No known key found for this signature in database
GPG key ID: CFC01CAD18FBA436

View file

@ -125,7 +125,8 @@ class _S3DownloadThread(threading.Thread):
Args: Args:
bucket (str): The S3 bucket which may have the file bucket (str): The S3 bucket which may have the file
api_kwargs (dict): Keyword arguments to pass when invoking the API. Generally `endpoint_url`. api_kwargs (dict): Keyword arguments to pass when invoking the API.
Generally `endpoint_url`.
key (str): The key of the file key (str): The key of the file
deferred (Deferred[_S3Responder|None]): If file exists deferred (Deferred[_S3Responder|None]): If file exists
resolved with an _S3Responder instance, if it doesn't resolved with an _S3Responder instance, if it doesn't