Fix import

This commit is contained in:
Simon Alibert 2025-03-19 19:02:58 +01:00
parent e4a6d035f9
commit 6a77189f50
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
from .dynamixel import DynamixelMotorsBus, set_operating_mode
from .dynamixel import DynamixelMotorsBus
from .dynamixel_calibration import run_arm_calibration
__all__ = ["DynamixelMotorsBus", "set_operating_mode", "run_arm_calibration"]
__all__ = ["DynamixelMotorsBus", "run_arm_calibration"]