🎨 Auto format

This commit is contained in:
pre-commit-ci-lite[bot] 2026-01-27 15:59:22 +00:00 committed by GitHub
parent c543be18f0
commit 5de72bea74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -650,6 +650,7 @@ else:
]
return field_info, {}
def _regenerate_error_with_loc(
*, errors: Sequence[Any], loc_prefix: tuple[Union[str, int], ...]
) -> list[dict[str, Any]]:

View File

@ -1,4 +1,3 @@
import pytest
from fastapi import FastAPI, Query