Skip to content

Commit fd5b059

Browse files
committed
lint
1 parent c566bd5 commit fd5b059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer/core/data_spec.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def __init__(
216216
'transformations on CPU and `microbatch_transforms` for microbatch level transformations on target '
217217
'device.',
218218
'v0.28.0',
219-
)
219+
),
220220
)
221221
self.batch_transforms = device_transforms
222222
self.batch_transforms = self._default_transforms if batch_transforms is None else batch_transforms

0 commit comments

Comments
 (0)