mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-13 03:05:11 +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