lint: Clean up E241 PEP-8 rule.

This commit is contained in:
Tim Abbott
2017-01-23 21:21:14 -08:00
parent fe4f7b1170
commit 9cc83f87fc
17 changed files with 107 additions and 107 deletions

View File

@@ -87,7 +87,7 @@ def check_pep8(files):
# ignored. It either doesn't fit with the style of the project or should # ignored. It either doesn't fit with the style of the project or should
# actually be cleaned up. # actually be cleaned up.
# #
'E123', 'E126', 'E226', 'E241', 'E261', 'E302', 'E123', 'E126', 'E226', 'E261', 'E302',
'E401', 'E501', 'E702', 'E401', 'E501', 'E702',
# #