Skip to content

Commit 1c3ea86

Browse files
committed
Removing unused references
1 parent 3dc8f19 commit 1c3ea86

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lldb/packages/Python/lldbsuite/test/tools/lldb-dap/dap_server.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,8 @@
2929
TextIO,
3030
Literal,
3131
cast,
32-
TYPE_CHECKING,
3332
)
3433

35-
if sys.version_info >= (3, 10):
36-
from typing import TypeGuard
37-
else:
38-
if TYPE_CHECKING:
39-
from typing_extensions import TypeGuard
40-
4134
## DAP type references
4235

4336
T = TypeVar("T")

0 commit comments

Comments
 (0)