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

This commit is contained in:
pre-commit-ci[bot] 2024-03-07 13:17:52 +00:00
parent 253686f2ef
commit d358a503ec
1 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,9 @@ from typing_extensions import Annotated, Doc # type: ignore [attr-defined]
from ._compat import PYDANTIC_V2, Url, _model_dump
isoformat: Callable[[Union[datetime.date, datetime.time]], str] = methodcaller("isoformat")
isoformat: Callable[[Union[datetime.date, datetime.time]], str] = methodcaller(
"isoformat"
)
# Taken from Pydantic v1 as is