minor fix

This commit is contained in:
2025-09-05 17:19:04 +08:00
parent 33184f1ffb
commit 98637a3d03
4 changed files with 5 additions and 5 deletions

View File

@@ -237,7 +237,7 @@ class RobotInit:
hr: HmiRequest
pd: PreDos
conf_path: str
def __init__(self, hr: HmiRequest, pd: PreDos, conf_path: str) -> None: ...
def __init__(self, hr: HmiRequest, pd: PreDos, conf_path: str = '') -> None: ...
def robot_init(self) -> None: ...
def fw_updater(self, fw_file: str): ...