We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba99214 commit b98c65cCopy full SHA for b98c65c
fastapi/types.py
@@ -6,6 +6,5 @@
6
7
DecoratedCallable = TypeVar("DecoratedCallable", bound=Callable[..., Any])
8
UnionType = getattr(types, "UnionType", Union)
9
-NoneType = getattr(types, "UnionType", None)
10
ModelNameMap = Dict[Union[Type[BaseModel], Type[Enum]], str]
11
IncEx = Union[Set[int], Set[str], Dict[int, Any], Dict[str, Any]]
0 commit comments