pep8: Fix E125.

This commit is contained in:
Bickio
2016-12-01 09:54:51 +13:00
committed by Tim Abbott
parent e009383460
commit 6b0df43463
9 changed files with 23 additions and 20 deletions

View File

@@ -137,8 +137,7 @@ def upload_image_to_s3(
file_name,
content_type,
user_profile,
contents,
):
contents):
# type: (NonBinaryStr, text_type, Optional[text_type], UserProfile, binary_type) -> None
conn = S3Connection(settings.S3_KEY, settings.S3_SECRET_KEY)