feat: checkpoint device agent runtime milestones
This commit is contained in:
+1
-2
@@ -1,6 +1,6 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from core.device_manager import DeviceManager
|
||||
from device.manager import DeviceManager
|
||||
from tools._device import get_driver
|
||||
|
||||
|
||||
@@ -22,4 +22,3 @@ def terminate_app(
|
||||
) -> dict[str, object]:
|
||||
get_driver(device_id, manager=manager).terminate(app_id)
|
||||
return {"ok": True, "action": "terminate_app", "app_id": app_id}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user