From af2bb95601a7353a5699d2a78736694f376a4f36 Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Tue, 13 Mar 2018 07:41:59 +0100 Subject: [PATCH] Remove unused imports --- src/inventory.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/inventory.py b/src/inventory.py index 54677731..7432b0f1 100644 --- a/src/inventory.py +++ b/src/inventory.py @@ -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