mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-24 21:19:53 +00:00
Improve type hints
This commit is contained in:
@@ -518,7 +518,7 @@ class DynamixelMotorsBus(MotorsBus):
|
||||
else:
|
||||
return values[0]
|
||||
|
||||
def _read(self, data_name, motor_names: str | list[str] | None = None):
|
||||
def _read(self, data_name: str, motor_names: list[str]):
|
||||
import dynamixel_sdk as dxl
|
||||
|
||||
motor_ids = []
|
||||
|
||||
Reference in New Issue
Block a user