Skip to content

Commit

Permalink
Merge branch 'master' into fix-cli-parity-3
Browse files Browse the repository at this point in the history
  • Loading branch information
plxity authored Dec 11, 2024
2 parents afb4e26 + 3909504 commit bde0b4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/composio/tools/base/abs.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def remove_json_ref(data: t.Dict) -> t.Dict:
jsonref.replace_refs(
obj=data,
lazy_load=False,
merge_props=True,
),
indent=2,
)
Expand Down

0 comments on commit bde0b4a

Please sign in to comment.