Skip to content

Commit

Permalink
pep8: Add compliance with rule E261 to zerver/lib/upload.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
adnrs96 committed May 17, 2017
1 parent b7c4929 commit 85aa07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zerver/lib/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ def get_emoji_url(self, emoji_file_name, realm_id):

# Common and wrappers
if settings.LOCAL_UPLOADS_DIR is not None:
upload_backend = LocalUploadBackend() # type: ZulipUploadBackend
upload_backend = LocalUploadBackend() # type: ZulipUploadBackend
else:
upload_backend = S3UploadBackend()

Expand Down

0 comments on commit 85aa07e

Please sign in to comment.