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 f62e5b5 commit 15fbbcbCopy full SHA for 15fbbcb
pylsp/_utils.py
@@ -11,7 +11,7 @@
11
import sys
12
import threading
13
import time
14
-from typing import Optional
+from typing import Any, Iterable, List, Optional
15
16
import docstring_to_markdown
17
import jedi
0 commit comments