Skip to content

Commit 4443369

Browse files
committed
Fix lint errors
1 parent bd9df8d commit 4443369

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
@@ -11,9 +11,8 @@
1111

1212
"""This module exports the PYCODESTYLE plugin linter class."""
1313

14-
import os
1514

16-
from SublimeLinter.lint import persist, PythonLinter
15+
from SublimeLinter.lint import PythonLinter
1716

1817

1918
class PYCODESTYLE(PythonLinter):

0 commit comments

Comments
 (0)