Skip to content

Commit

Permalink
Removed unneeded parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mesemus committed Feb 28, 2024
1 parent 74625b6 commit 71a8380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oarepo_model_builder/loaders/extend.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def replace_use_with_extend(data):

included_data["marshmallow"] = context["props"].get("marshmallow", {})
included_data["ui"] = context["props"].get("ui", {})
ret = remove_marshmallow_from_children(included_data, True)
ret = remove_marshmallow_from_children(included_data)

for ext in (
ModelSchema.EXTEND_KEYWORD,
Expand Down

0 comments on commit 71a8380

Please sign in to comment.