Skip to content

Commit

Permalink
correct import
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed Feb 6, 2018
1 parent 8117de8 commit a3f0473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"""This module exports the Annotations plugin class."""

import re
import SublimeLinter
import SublimeLinter.lint

if getattr(SublimeLinter.lint, 'VERSION', 3) > 3:
from SublimeLinter.lint import const, Linter
Expand Down

0 comments on commit a3f0473

Please sign in to comment.