Skip to content

Commit

Permalink
Fix docstring in write_json
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank995 committed Jan 20, 2025
1 parent b50a05c commit 60d388f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zenml/utils/yaml_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def write_json(
file_path: Path to JSON file.
contents: Contents of JSON file.
encoder: Custom JSON encoder to use when saving json.
json_dump_args: Extra arguments to pass to json.dumps.
Raises:
FileNotFoundError: if directory does not exist.
Expand Down

0 comments on commit 60d388f

Please sign in to comment.