Quellcode durchsuchen

Remove import of removed function

Taddeus Kroes vor 5 Jahren
Ursprung
Commit
b59ccb3820
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      bot.py

+ 2 - 2
bot.py

@@ -9,8 +9,8 @@ from collections import deque
 from itertools import count
 from Xlib import error
 from detection import NOBLOCK
-from interaction import get_exapunks_window, focus_window, screenshot_board, \
-                        press_keys, listen_keys
+from interaction import get_exapunks_window, focus_window, \
+                        screenshot_board, press_keys
 from strategy import State