We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7795ab1 commit c8328aeCopy full SHA for c8328ae
linter.py
@@ -16,7 +16,7 @@
16
from SublimeLinter.lint import PythonLinter, persist, util
17
18
19
-import SublimeLinter
+import SublimeLinter.lint
20
if getattr(SublimeLinter.lint, 'VERSION', 3) > 3:
21
from SublimeLinter.lint import const
22
WARNING = const.WARNING
0 commit comments