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 e5f1889 commit 9c7c06bCopy full SHA for 9c7c06b
src/debugpy/adapter/clients.py
@@ -7,7 +7,7 @@
7
import atexit
8
import os
9
import sys
10
-from typing import TYPE_CHECKING, Any, Callable, Literal, Union, cast
+from typing import Any, Callable, Union, cast
11
12
import debugpy
13
from debugpy import adapter, common, launcher
0 commit comments