Skip to content

Commit 1e9cd5a

Browse files
committed
fix: removing unused import
1 parent 52b3cbe commit 1e9cd5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

botcity/core/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from pynput.mouse import Controller as MouseController
2121

2222
from . import config, cv2find
23-
from .input_utils import _mouse_click, keys_map, mouse_map
23+
from .input_utils import _mouse_click, keys_map
2424

2525
try:
2626
from pywinauto.application import Application, WindowSpecification

0 commit comments

Comments
 (0)