diff --git a/tests/policies/vla_jepa/test_action_head.py b/tests/policies/vla_jepa/test_action_head.py index 5acff63714e..7c48d5646e8 100644 --- a/tests/policies/vla_jepa/test_action_head.py +++ b/tests/policies/vla_jepa/test_action_head.py @@ -16,7 +16,6 @@ make_config, set_seed_all, ) # noqa: E402 - from lerobot.policies.vla_jepa.action_head import ( # noqa: E402 VLAJEPAActionHead, ) diff --git a/tests/policies/vla_jepa/test_configuration.py b/tests/policies/vla_jepa/test_configuration.py index 2eda08ad355..30d6741c3db 100644 --- a/tests/policies/vla_jepa/test_configuration.py +++ b/tests/policies/vla_jepa/test_configuration.py @@ -3,8 +3,8 @@ from __future__ import annotations import pytest -from conftest import ACTION_DIM, ACTION_HORIZON, IMAGE_SIZE, NUM_VIDEO_FRAMES, STATE_DIM, make_config +from conftest import ACTION_DIM, ACTION_HORIZON, IMAGE_SIZE, NUM_VIDEO_FRAMES, STATE_DIM, make_config from lerobot.configs.types import FeatureType, PolicyFeature from lerobot.policies.vla_jepa.configuration_vla_jepa import VLAJEPAConfig from lerobot.utils.constants import ACTION, OBS_IMAGES, OBS_STATE diff --git a/tests/policies/vla_jepa/test_vla_jepa.py b/tests/policies/vla_jepa/test_vla_jepa.py index a3e24a66055..78a732f7f14 100644 --- a/tests/policies/vla_jepa/test_vla_jepa.py +++ b/tests/policies/vla_jepa/test_vla_jepa.py @@ -32,7 +32,6 @@ make_train_batch, set_seed_all, ) - from lerobot.policies.vla_jepa.configuration_vla_jepa import VLAJEPAConfig # noqa: E402 from lerobot.policies.vla_jepa.modeling_vla_jepa import VLAJEPAPolicy # noqa: E402 from lerobot.utils.constants import ACTION # noqa: E402