We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9df8d commit 4443369Copy full SHA for 4443369
1 file changed
linter.py
@@ -11,9 +11,8 @@
11
12
"""This module exports the PYCODESTYLE plugin linter class."""
13
14
-import os
15
16
-from SublimeLinter.lint import persist, PythonLinter
+from SublimeLinter.lint import PythonLinter
17
18
19
class PYCODESTYLE(PythonLinter):
0 commit comments