Skip to content

Commit 939099d

Browse files
committed
Fix comment formatting in DatasetWithComment for HTML output
1 parent 2eb4269 commit 939099d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

guidata/tests/unit/test_dataset_to_html.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ class ComplexDataset(gds.DataSet):
4949
class DatasetWithComment(
5050
gds.DataSet,
5151
comment=(
52-
"This is the comment that should appear in lighter blue\n"
53-
"in the HTML output."
52+
"This is the comment that should appear in lighter blue\nin the HTML output."
5453
),
5554
):
5655
"""A dataset with title and comment"""

0 commit comments

Comments
 (0)