mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
remove unused imports
This commit is contained in:
parent
d9b37c5911
commit
fb89fdf4fb
@ -1,6 +1,5 @@
|
||||
import time
|
||||
import typing
|
||||
import cv2
|
||||
import logging
|
||||
from threading import Thread
|
||||
from typing import Callable
|
||||
@ -11,7 +10,6 @@ from fishy.engine.common.window import WindowClient
|
||||
from fishy.engine.semifisher.fishing_mode import Colors, FishingMode
|
||||
|
||||
from fishy.engine.common.IEngine import IEngine
|
||||
from fishy.engine.semifisher.fishing_mode import FishingMode
|
||||
from fishy.engine.semifisher.fishing_event import FishEvent
|
||||
from fishy.engine.semifisher import fishing_mode, fishing_event
|
||||
from fishy.engine.semifisher.pixel_loc import PixelLoc
|
||||
|
@ -1,4 +1,3 @@
|
||||
import time
|
||||
from enum import Enum
|
||||
|
||||
subscribers = []
|
||||
|
@ -4,8 +4,6 @@ import tkinter.ttk as ttk
|
||||
|
||||
import typing
|
||||
|
||||
from fishy.helper import helper
|
||||
|
||||
from fishy.web import web
|
||||
|
||||
from fishy.libs.tkhtmlview import HTMLLabel
|
||||
|
@ -1,7 +1,7 @@
|
||||
import logging
|
||||
import uuid
|
||||
from typing import List, Callable, Optional, Dict, Any
|
||||
import tkinter as tk
|
||||
from typing import Callable, Optional, Dict, Any
|
||||
import queue
|
||||
import threading
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
from multiprocessing import Process, Manager
|
||||
import tkinter as tk
|
||||
import time
|
||||
|
||||
from fishy import helper
|
||||
|
||||
|
@ -3,7 +3,6 @@ config.py
|
||||
Saves configuration in file as json file
|
||||
"""
|
||||
import json
|
||||
import logging
|
||||
import os
|
||||
|
||||
# path to save the configuration file
|
||||
|
Loading…
Reference in New Issue
Block a user