mirror of https://github.com/tiangolo/fastapi.git
🎨 Auto format
This commit is contained in:
parent
c543be18f0
commit
5de72bea74
|
|
@ -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]]:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import pytest
|
||||
from fastapi import FastAPI, Query
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue