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