mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-16 09:09:48 +00:00
Make transport module Mypy Compliant [issue#1731] (#2433)
* latest * Delete =3.0.0 Signed-off-by: Md. Muhaimin Rahman <sezan92@gmail.com> * Update src/lerobot/transport/utils.py Signed-off-by: Md. Muhaimin Rahman <sezan92@gmail.com> --------- Signed-off-by: Md. Muhaimin Rahman <sezan92@gmail.com> Co-authored-by: Steven Palma <imstevenpmwork@ieee.org>
This commit is contained in:
committed by
GitHub
parent
797cd2725a
commit
0b497fc37d
+3
-3
@@ -360,9 +360,9 @@ ignore_errors = false
|
||||
# module = "lerobot.async_inference.*"
|
||||
# ignore_errors = false
|
||||
|
||||
# [[tool.mypy.overrides]]
|
||||
# module = "lerobot.transport.*"
|
||||
# ignore_errors = false
|
||||
[[tool.mypy.overrides]]
|
||||
module = "lerobot.transport.*"
|
||||
ignore_errors = false
|
||||
|
||||
# [[tool.mypy.overrides]]
|
||||
# module = "lerobot.scripts.*"
|
||||
|
||||
Reference in New Issue
Block a user