We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d88862 commit 4391fe7Copy full SHA for 4391fe7
1 file changed
linter.py
@@ -12,7 +12,7 @@
12
13
import os
14
15
-from SublimeLinter.lint import persist, PythonLinter, util
+from SublimeLinter.lint import persist, PythonLinter
16
17
18
class PEP8(PythonLinter):
@@ -28,7 +28,6 @@ class PEP8(PythonLinter):
28
'--ignore=,': '',
29
'--max-line-length=': None
30
}
31
- error_stream = util.STREAM_BOTH
32
inline_settings = 'max-line-length'
33
inline_overrides = ('select', 'ignore')
34
module = 'pep8'
0 commit comments