mirror of https://github.com/tiangolo/fastapi.git
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
This commit is contained in:
parent
427badf67b
commit
cec06df864
|
|
@ -9,5 +9,6 @@ UnionType = getattr(types, "UnionType", Union)
|
|||
ModelNameMap = Dict[Union[Type[BaseModel], Type[Enum]], str]
|
||||
IncEx = Union[Set[int], Set[str], Dict[int, Any], Dict[str, Any]]
|
||||
|
||||
|
||||
class FFQuery(Dict[str, Union[str, IncEx]]):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Reference in New Issue