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

This commit is contained in:
Aditya Bansal 2017-07-12 01:09:43 +05:30 committed by Tim Abbott
parent 0970d29ec1
commit 59b26e582a
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. # TODO: Clear up this list of violations.
IGNORE_FILES_PEPE261 = [ IGNORE_FILES_PEPE261 = [
'zerver/tests/test_realm.py',
'zerver/tests/test_signup.py', 'zerver/tests/test_signup.py',
'zerver/tests/test_subs.py', 'zerver/tests/test_subs.py',
'zerver/tests/test_upload.py', 'zerver/tests/test_upload.py',