mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-23 17:56:07 +00:00
style: remove decorative comment separator in transforms.py
Made-with: Cursor
This commit is contained in:
@@ -262,10 +262,8 @@ class ImageTransforms(Transform):
|
|||||||
return self.tf(*inputs)
|
return self.tf(*inputs)
|
||||||
|
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------
|
|
||||||
# Per-dataset transform pipeline (used by MultiLeRobotDataset)
|
|
||||||
# ---------------------------------------------------------------------------
|
|
||||||
|
|
||||||
|
# Per-dataset transform pipeline (used by MultiLeRobotDataset)
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
class DatasetTransformStepConfig:
|
class DatasetTransformStepConfig:
|
||||||
|
|||||||
Reference in New Issue
Block a user