소스 검색

Remove import of removed function

Taddeus Kroes 5 년 전
부모
커밋
b59ccb3820
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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