From cec06df8643a4b93de6c3e5fcbb549bf747dda23 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 08:45:15 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20[pre-commit.ci]=20Auto=20format?= =?UTF-8?q?=20from=20pre-commit.com=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastapi/types.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fastapi/types.py b/fastapi/types.py index a2576955e..58b94e9bd 100644 --- a/fastapi/types.py +++ b/fastapi/types.py @@ -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