We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e27063 commit 84d0350Copy full SHA for 84d0350
python/src/lsap/locate.py
@@ -17,7 +17,7 @@
17
from lsprotocol.types import Position as LSPPosition
18
from lsprotocol.types import Range as LSPRange
19
20
-from lsap.error import NotFoundError
+from lsap.exception import NotFoundError
21
from lsap.utils.content import DocumentReader
22
from lsap.utils.symbol import iter_symbols
23
0 commit comments