Skip to content

Commit 4391fe7

Browse files
committed
STREAM_BOTH is the default now.
1 parent 6d88862 commit 4391fe7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

linter.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
import os
1414

15-
from SublimeLinter.lint import persist, PythonLinter, util
15+
from SublimeLinter.lint import persist, PythonLinter
1616

1717

1818
class PEP8(PythonLinter):
@@ -28,7 +28,6 @@ class PEP8(PythonLinter):
2828
'--ignore=,': '',
2929
'--max-line-length=': None
3030
}
31-
error_stream = util.STREAM_BOTH
3231
inline_settings = 'max-line-length'
3332
inline_overrides = ('select', 'ignore')
3433
module = 'pep8'

0 commit comments

Comments
 (0)