forked from tangger/lerobot
Improve type hints
This commit is contained in:
@@ -372,7 +372,7 @@ class FeetechMotorsBus(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 scservo_sdk as scs
|
||||
|
||||
motor_ids = []
|
||||
|
||||
Reference in New Issue
Block a user