Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz1273327 committed Jun 18, 2024
1 parent 0fd52a0 commit ded24fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema_entry/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def remove_defs_interference(d: Dict[str, Any]) -> Dict[str, Any]:


def replace_refs(d: Dict[str, Any]) -> Dict[str, Any]:
info = jsonref.replace_refs(d)
info = jsonref.replace_refs(d, lazy_load=False)
if info.get("$defs"):
del info["$defs"]
return info
Expand Down

0 comments on commit ded24fa

Please sign in to comment.