Simplify Dxl motors bus import

This commit is contained in:
Simon Alibert 2025-03-20 14:01:34 +01:00
parent bc020ee0a4
commit dd80dbb4cd
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ from unittest.mock import patch
import dynamixel_sdk as dxl import dynamixel_sdk as dxl
import pytest import pytest
from lerobot.common.motors.dynamixel.dynamixel import DynamixelMotorsBus from lerobot.common.motors.dynamixel import DynamixelMotorsBus
from tests.mocks.mock_dynamixel import MockMotors, MockPortHandler from tests.mocks.mock_dynamixel import MockMotors, MockPortHandler