diff --git a/lerobot/common/robots/config.py b/lerobot/common/robots/config.py index dc933f33..d95e543e 100644 --- a/lerobot/common/robots/config.py +++ b/lerobot/common/robots/config.py @@ -33,7 +33,7 @@ class RobotConfig(draccus.ChoiceRegistry, abc.ABC): if getattr(config, attr) is None: raise ValueError( f"Specifying '{attr}' is required for the camera to be used in a robot" - ) + ) @property def type(self) -> str: