Skip to content

Commit 075e365

Browse files
committed
More file name updates
1 parent ecc39a0 commit 075e365

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

operate/actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
add_grid_to_image,
1818
capture_mini_screenshot_with_cursor,
1919
)
20-
from operate.utils.action import get_last_assistant_message
20+
from operate.utils.operate import get_last_assistant_message
2121
from operate.prompts import (
2222
format_vision_prompt,
2323
format_accurate_mode_vision_prompt,

operate/dialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
ANSI_BRIGHT_MAGENTA,
1717
style,
1818
)
19-
from operate.utils.action import (
19+
from operate.utils.operate import (
2020
keyboard_type,
2121
search,
2222
mouse_click,
File renamed without changes.

0 commit comments

Comments
 (0)