fix type hint

This commit is contained in:
wznln
2025-05-06 11:15:36 +08:00
parent 65d0cbe28a
commit 1a107cfd18
4 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ from unilabos.utils import logger
def start_backend(
backend: str,
devices_config: dict = {},
resources_config: dict = {},
resources_config: list = [],
graph=None,
controllers_config: dict = {},
bridges=[],