Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5d5b1ad

Browse files
committed
Directly import PermanentError
`PermanentError` is part of SL's API since v4.15.0 (May 2020).
1 parent db11a82 commit 5d5b1ad

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
@@ -21,8 +21,7 @@
2121
import threading
2222
import getpass
2323

24-
from SublimeLinter.lint import LintMatch, PythonLinter
25-
from SublimeLinter.lint.linter import PermanentError
24+
from SublimeLinter.lint import LintMatch, PermanentError, PythonLinter
2625

2726

2827
MYPY = False

0 commit comments

Comments
 (0)