Skip to content

Commit 9c7c06b

Browse files
committed
Fix linter again
1 parent e5f1889 commit 9c7c06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/debugpy/adapter/clients.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import atexit
88
import os
99
import sys
10-
from typing import TYPE_CHECKING, Any, Callable, Literal, Union, cast
10+
from typing import Any, Callable, Union, cast
1111

1212
import debugpy
1313
from debugpy import adapter, common, launcher

0 commit comments

Comments
 (0)