pep8: Add compliance with rule E261 to tests/test_signup.py.

This commit is contained in:
Aditya Bansal 2017-07-12 01:11:31 +05:30 committed by Tim Abbott
parent 59b26e582a
commit 2643a40176
2 changed files with 3 additions and 4 deletions

View File

@ -78,7 +78,6 @@ def check_pep8(files):
# TODO: Clear up this list of violations.
IGNORE_FILES_PEPE261 = [
'zerver/tests/test_signup.py',
'zerver/tests/test_subs.py',
'zerver/tests/test_upload.py',
]