Remove unused imports

This commit is contained in:
Peter Šurda 2018-03-13 07:41:59 +01:00
parent 1e4400a207
commit af2bb95601
Signed by untrusted user: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87
1 changed files with 0 additions and 8 deletions

View File

@ -1,12 +1,4 @@
import collections
from importlib import import_module
from threading import current_thread, enumerate as threadingEnumerate, RLock
import Queue
import time
import sys
from bmconfigparser import BMConfigParser
from helper_sql import *
from singleton import Singleton
# TODO make this dynamic, and watch out for frozen, like with messagetypes