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

This commit is contained in:
Aditya Bansal
2017-07-12 00:59:40 +05:30
committed by Tim Abbott
parent 7d7f2f78c8
commit ee97ea1356
2 changed files with 5 additions and 6 deletions

View File

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