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
|
||||
|
||||
|
||||
@@ -13,4 +13,3 @@ def tap(
|
||||
) -> dict[str, object]:
|
||||
get_driver(device_id, manager=manager).tap(x, y)
|
||||
return {"ok": True, "action": "tap", "x": x, "y": y}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user