We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d6542d commit 1cb6728Copy full SHA for 1cb6728
1 file changed
src/maxdiffusion/configuration_utils.py
@@ -611,7 +611,6 @@ def to_json_saveable(value):
611
except Exception as e:
612
max_logging.log(f"Error serializing config to JSON: {e}")
613
raise e
614
- json_str = "{}"
615
616
return json_str + "\n"
617
0 commit comments