remove unused imports

This commit is contained in:
Semjon Kerner 2021-05-09 08:41:39 +02:00
parent d9b37c5911
commit fb89fdf4fb
6 changed files with 1 additions and 8 deletions

View File

@ -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

View File

@ -1,4 +1,3 @@
import time
from enum import Enum
subscribers = []

View File

@ -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

View File

@ -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

View File

@ -1,6 +1,5 @@
from multiprocessing import Process, Manager
import tkinter as tk
import time
from fishy import helper

View File

@ -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