Skip to content

Commit 27d3bc9

Browse files
committed
Fixing flake8
1 parent 0826147 commit 27d3bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_s3_storage/storage.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class S3Storage(Storage):
154154
"AWS_S3_FILE_OVERWRITE": False,
155155
"AWS_S3_USE_THREADS": True,
156156
"AWS_S3_MAX_POOL_CONNECTIONS": 10,
157-
"AWS_S3_CONNECT_TIMEOUT": 60 # 60 seconds
157+
"AWS_S3_CONNECT_TIMEOUT": 60 # 60 seconds
158158
}
159159

160160
s3_settings_suffix = ""

0 commit comments

Comments
 (0)