Skip to content

Commit 84d0350

Browse files
committed
fix: format code
1 parent 1e27063 commit 84d0350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/src/lsap/locate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from lsprotocol.types import Position as LSPPosition
1818
from lsprotocol.types import Range as LSPRange
1919

20-
from lsap.error import NotFoundError
20+
from lsap.exception import NotFoundError
2121
from lsap.utils.content import DocumentReader
2222
from lsap.utils.symbol import iter_symbols
2323

0 commit comments

Comments
 (0)