We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dfe443 commit 4538998Copy full SHA for 4538998
1 file changed
linter.py
@@ -41,7 +41,6 @@ class PEP8(PythonLinter):
41
42
def check(self, code, filename):
43
"""Run pep8 on code and return the output."""
44
-
45
options = {
46
'reporter': self.get_report()
47
}
0 commit comments