Skip to content

Commit ec9fc0e

Browse files
author
remimd
committed
unused
1 parent ddd900a commit ec9fc0e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

injection/_core/common/type.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
get_type_hints,
2020
)
2121

22-
type TypeDef[T] = type[T] | TypeAliasType | GenericAlias
23-
type InputType[T] = TypeDef[T] | UnionType
22+
type InputType[T] = type[T] | TypeAliasType | GenericAlias | UnionType
2423
type TypeInfo[T] = (
2524
InputType[T]
2625
| Callable[..., T]

0 commit comments

Comments
 (0)