From 60d388f0d8805f58f00857de9f601c7ff503804e Mon Sep 17 00:00:00 2001 From: Frank995 Date: Mon, 20 Jan 2025 15:57:09 +0100 Subject: [PATCH] Fix docstring in write_json --- src/zenml/utils/yaml_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/zenml/utils/yaml_utils.py b/src/zenml/utils/yaml_utils.py index e221f146778..5448b9370ca 100644 --- a/src/zenml/utils/yaml_utils.py +++ b/src/zenml/utils/yaml_utils.py @@ -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.