Skip to content

Commit c8328ae

Browse files
committed
fix import
1 parent 7795ab1 commit c8328ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from SublimeLinter.lint import PythonLinter, persist, util
1717

1818

19-
import SublimeLinter
19+
import SublimeLinter.lint
2020
if getattr(SublimeLinter.lint, 'VERSION', 3) > 3:
2121
from SublimeLinter.lint import const
2222
WARNING = const.WARNING

0 commit comments

Comments
 (0)