From dd1d03f955f12e51a1ada30856d75830ae0ee945 Mon Sep 17 00:00:00 2001 From: Adam Hellberg Date: Thu, 14 Mar 2019 22:54:41 +0100 Subject: [PATCH] Fix line too long --- s3_storage_provider.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/s3_storage_provider.py b/s3_storage_provider.py index d15d35c..28cfe2d 100644 --- a/s3_storage_provider.py +++ b/s3_storage_provider.py @@ -125,7 +125,8 @@ class _S3DownloadThread(threading.Thread): Args: 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 deferred (Deferred[_S3Responder|None]): If file exists resolved with an _S3Responder instance, if it doesn't