PEP8 cleanups, specially E501 line too long.

This commit is contained in:
Roberto Rosario
2015-07-22 18:21:37 -04:00
parent c275988c90
commit 4527563d89
118 changed files with 2839 additions and 756 deletions

View File

@@ -60,7 +60,6 @@ class StagingUploadForm(UploadBaseForm):
]
except Exception as exception:
logger.error('exception: %s', exception)
pass
staging_file_id = forms.ChoiceField(label=_('Staging file'))