[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2025-05-20 17:10:37 +00:00
parent a36536dc07
commit 1c90cd1269

View File

@@ -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: