🎨 Auto format

This commit is contained in:
pre-commit-ci-lite[bot] 2026-02-09 07:22:44 +00:00 committed by GitHub
parent ba07a1127a
commit f4436a34a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -197,7 +197,9 @@ def _get_flat_fields_from_params_with_origin(
result.extend(
[
(model_field, field)
for model_field in get_cached_model_fields(field.field_info.annotation)
for model_field in get_cached_model_fields(
field.field_info.annotation
)
]
)
else: