mirror of
https://github.com/deepmodeling/Uni-Lab-OS
synced 2026-03-27 17:13:05 +00:00
fix type hint
This commit is contained in:
@@ -50,7 +50,7 @@ class HostNode(BaseROS2DeviceNode):
|
||||
self,
|
||||
device_id: str,
|
||||
devices_config: Dict[str, Any],
|
||||
resources_config: Any,
|
||||
resources_config: list,
|
||||
physical_setup_graph: Optional[Dict[str, Any]] = None,
|
||||
controllers_config: Optional[Dict[str, Any]] = None,
|
||||
bridges: Optional[List[Any]] = None,
|
||||
|
||||
Reference in New Issue
Block a user