From db3cf0158c934b5c0b6aeee7f2b29c5518a6b1f4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 16:08:38 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/processor/test_device_processor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/processor/test_device_processor.py b/tests/processor/test_device_processor.py index c96813590..bda120015 100644 --- a/tests/processor/test_device_processor.py +++ b/tests/processor/test_device_processor.py @@ -304,7 +304,7 @@ def test_feature_contract(): def test_integration_with_robot_processor(): """Test integration with RobotProcessor.""" - from lerobot.constants import ACTION, OBS_STATE + from lerobot.constants import OBS_STATE from lerobot.processor import ToBatchProcessor # Create a pipeline with DeviceProcessor