Skip to content

Commit 4538998

Browse files
committed
Fix pep257 linting errors, fixing Travis CI build.
1 parent 1dfe443 commit 4538998

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

linter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ class PEP8(PythonLinter):
4141

4242
def check(self, code, filename):
4343
"""Run pep8 on code and return the output."""
44-
4544
options = {
4645
'reporter': self.get_report()
4746
}

0 commit comments

Comments
 (0)