Skip to content

Commit 15fbbcb

Browse files
committed
fix: add missing imports for utils
1 parent f62e5b5 commit 15fbbcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylsp/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import sys
1212
import threading
1313
import time
14-
from typing import Optional
14+
from typing import Any, Iterable, List, Optional
1515

1616
import docstring_to_markdown
1717
import jedi

0 commit comments

Comments
 (0)