refactor(types): change module name (#4232)

* refactor(types): change module name

Co-authored-by: saiteja6006 <saiteja6006@gmail.com>

* chore(test): remove package import test

* chore: remove ruff exception

---------

Co-authored-by: saiteja6006 <saiteja6006@gmail.com>
This commit is contained in:
Steven Palma
2026-07-30 15:27:51 +02:00
committed by GitHub
parent 0187856202
commit 7e0fd0d653
106 changed files with 112 additions and 105 deletions
@@ -27,11 +27,11 @@ import torch
pytest.importorskip("transformers")
from lerobot.lerobot_types import PolicyAction # noqa: E402
from lerobot.policies.xvla.configuration_xvla import XVLAConfig
from lerobot.policies.xvla.modeling_xvla import XVLAPolicy
from lerobot.policies.xvla.processor_xvla import make_xvla_pre_post_processors
from lerobot.processor import PolicyProcessorPipeline # noqa: E402
from lerobot.types import PolicyAction # noqa: E402
from lerobot.utils.constants import OBS_IMAGES, OBS_STATE # noqa: E402
from tests.utils import require_cuda # noqa: E402