Skip to content

Commit

Permalink
Woops. Forgot to import debug. Also hail mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed Feb 22, 2019
1 parent 112731f commit 48663f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/symbols.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

from .core.logging import debug
from .core.protocol import Request, Range
from .core.protocol import SymbolKind
from .core.registry import client_for_view, LspTextCommand
from .core.protocol import Request, Range
from .core.url import filename_to_uri
from .core.views import range_to_region

Expand Down

0 comments on commit 48663f9

Please sign in to comment.