Skip to content

Commit bc185e1

Browse files
committed
Remove trailing whitespace from _table_report.py
1 parent 7818641 commit bc185e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skrub/_reporting/_table_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +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-
442+
443443
def dict(self):
444444
"""Get the report data in Python Dictionary format.
445445

0 commit comments

Comments
 (0)