Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 committed Nov 5, 2024
1 parent c566bd5 commit fd5b059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer/core/data_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def __init__(
'transformations on CPU and `microbatch_transforms` for microbatch level transformations on target '
'device.',
'v0.28.0',
)
),
)
self.batch_transforms = device_transforms
self.batch_transforms = self._default_transforms if batch_transforms is None else batch_transforms
Expand Down

0 comments on commit fd5b059

Please sign in to comment.