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

This commit is contained in:
Aditya Bansal 2017-07-12 01:08:37 +05:30 committed by Tim Abbott
parent ce70ded488
commit 0970d29ec1
2 changed files with 19 additions and 20 deletions

View File

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