Skip to content

Commit

Permalink
Remove slash
Browse files Browse the repository at this point in the history
  • Loading branch information
b-chu committed Mar 7, 2024
1 parent 83cb5c1 commit e6e164d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer/datasets/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ def add_vision_dataset_transform(dataset: VisionDataset, transform: Callable, is
None: The ``dataset`` is modified in-place.
"""
transform_added_logstring = textwrap.dedent(
f"""\
Transform {transform} added to dataset.
f"""Transform {transform} added to dataset.
Dataset now has the following transforms: {dataset.transform}""",
)

Expand Down

0 comments on commit e6e164d

Please sign in to comment.