🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

This commit is contained in:
pre-commit-ci[bot] 2024-06-01 14:23:37 +00:00
parent b7df8eb110
commit eca8836c94
3 changed files with 3 additions and 3 deletions

View File

@ -10,12 +10,12 @@ from typing import (
FrozenSet,
List,
Mapping,
Optional,
Sequence,
Set,
Tuple,
Type,
Union,
Optional,
)
from fastapi.exceptions import RequestErrorModel

View File

@ -2485,7 +2485,7 @@ class FastAPI(Starlette):
),
] = False,
response_model_context: Annotated[
Optional[Dict[str, Any]],
Optional[Dict[str, Any]],
Doc(
"""
Additional context to pass to Pydantic when creating the response.

View File

@ -1577,7 +1577,7 @@ class APIRouter(routing.Router):
] = False,
response_model_context: Annotated[
Optional[Dict[str, Any]],
Doc(
Doc(
"""
Additional context to pass to Pydantic when creating the response.
"""