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