Skip to content

Commit 1ced9e2

Browse files
author
Sarah Krebs
committed
fix pre-commit
1 parent c9c2154 commit 1ced9e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deepcave/utils/compression.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ def serialize(data: Union[Dict, List, pd.DataFrame]) -> str:
6565
str
6666
The serialized object as a JSON formatted string.
6767
"""
68-
6968
if isinstance(data, pd.DataFrame):
7069
# TODO(dwoiwode): Why not just data.to_json()? Or at least make json smaller in dumps
7170
return json.dumps(json.loads(data.to_json()), separators=JSON_DENSE_SEPARATORS)

0 commit comments

Comments
 (0)