PEP8 cleanups, specially E501 line too long.
This commit is contained in:
@@ -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'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user