Skip to content

Commit fc3cb6a

Browse files
committed
remove unused import
1 parent c45ff6f commit fc3cb6a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

objinspect/typing.py

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
import typing_extensions
88

9-
from objinspect.constants import EMPTY
10-
119
ALIAS_TYPES = [typing._GenericAlias, types.GenericAlias] # type:ignore
1210
UNION_TYPES = [typing._UnionGenericAlias, types.UnionType] # type:ignore
1311

0 commit comments

Comments
 (0)