Skip to content

Commit

Permalink
dummy formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
EspenAlbert committed Jan 21, 2025
1 parent 7e4d987 commit 6651a62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion model-lib/model_lib/serialize/toml_serialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ def loads(value: str) -> Union[dict, list]:


def dump_toml_str(data: object, **kwargs) -> str:
return _dumps(data, **kwargs) # type: ignore
return _dumps(data, **kwargs) # type: ignore




_loads = toml.loads
Expand Down

0 comments on commit 6651a62

Please sign in to comment.