mirror of
https://github.com/deepmodeling/Uni-Lab-OS
synced 2026-03-27 16:13:10 +00:00
fix test resource schema
This commit is contained in:
@@ -64,7 +64,7 @@ class DeviceActionStatus:
|
||||
|
||||
class TestResourceReturn(TypedDict):
|
||||
resources: List[List[ResourceDict]]
|
||||
devices: List[DeviceSlot]
|
||||
devices: List[Dict[str, Any]]
|
||||
|
||||
|
||||
class TestLatencyReturn(TypedDict):
|
||||
|
||||
Reference in New Issue
Block a user