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
|
||||
|
||||
|
||||
@@ -10,4 +10,3 @@ def take_screenshot(
|
||||
manager: DeviceManager | None = None,
|
||||
) -> bytes:
|
||||
return get_driver(device_id, manager=manager).screenshot()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user