Skip to content

Commit 32eebbb

Browse files
authored
corrected the formatting mistake
1 parent c20a26c commit 32eebbb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

skrub/_reporting/_table_report.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ def json(self):
439439
to_remove = ["dataframe", "sample_table"]
440440
data = {k: v for k, v in self._summary.items() if k not in to_remove}
441441
return json.dumps(data, cls=JSONEncoder)
442+
442443
def dict(self):
443444
"""Get the report data in Python Dictionary format.
444445

0 commit comments

Comments
 (0)