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 ddd900a commit ec9fc0eCopy full SHA for ec9fc0e
1 file changed
injection/_core/common/type.py
@@ -19,8 +19,7 @@
19
get_type_hints,
20
)
21
22
-type TypeDef[T] = type[T] | TypeAliasType | GenericAlias
23
-type InputType[T] = TypeDef[T] | UnionType
+type InputType[T] = type[T] | TypeAliasType | GenericAlias | UnionType
24
type TypeInfo[T] = (
25
InputType[T]
26
| Callable[..., T]
0 commit comments