Skip to content

Commit

Permalink
refactor: Lint agents-api (CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedantsahai18 authored and github-actions[bot] committed Oct 15, 2024
1 parent b514c54 commit bb7aa69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion agents-api/agents_api/common/utils/yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
def load(string: str) -> Any:
return yaml.load(string, Loader=yaml.CSafeLoader)


def dump(value: Any) -> str:
return yaml.dump(value, Dumper=yaml.CSafeDumper)
return yaml.dump(value, Dumper=yaml.CSafeDumper)

0 comments on commit bb7aa69

Please sign in to comment.