Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSZ0 committed Jun 30, 2022
1 parent 5b6dd21 commit d84df5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def create_cloned_field(
*,
cloned_types: Optional[Dict[Type[BaseModel], Type[BaseModel]]] = None,
) -> ModelField:
# _cloned_types has already cloned types, to support recursive model
# _cloned_types has already cloned types, to support recursive models
if cloned_types is None:
cloned_types = dict()
original_type = field.type_
Expand Down

0 comments on commit d84df5c

Please sign in to comment.