Fix imports

This commit is contained in:
Simon Alibert
2025-03-25 12:48:58 +01:00
parent 9644e2b086
commit af295fadb5
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,8 @@
import numpy as np
from ..motors_bus import CalibrationMode, MotorsBus, TorqueMode
from ..motors_bus import CalibrationMode, MotorsBus
from .dynamixel import TorqueMode
from .tables import MODEL_RESOLUTION
URL_TEMPLATE = (

View File

@@ -16,9 +16,8 @@ import numpy as np
from ..motors_bus import (
CalibrationMode,
MotorsBus,
TorqueMode,
)
from .feetech import FeetechMotorsBus
from .feetech import FeetechMotorsBus, TorqueMode
from .tables import MODEL_RESOLUTION
URL_TEMPLATE = (