Skip to content

Commit f4436a3

Browse files
🎨 Auto format
1 parent ba07a11 commit f4436a3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

fastapi/dependencies/utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,9 @@ def _get_flat_fields_from_params_with_origin(
197197
result.extend(
198198
[
199199
(model_field, field)
200-
for model_field in get_cached_model_fields(field.field_info.annotation)
200+
for model_field in get_cached_model_fields(
201+
field.field_info.annotation
202+
)
201203
]
202204
)
203205
else:

0 commit comments

Comments
 (0)