From 1c90cd12698db6a0b6733f916d6b2c1a7e969ce6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 17:10:37 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- lerobot/common/robots/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: