From: Michael Tremer Date: Mon, 28 Sep 2020 16:18:16 +0000 (+0000) Subject: Avoid unnecessary module load X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de0e9867d13585a2b4d77082f9d8aa147123bed2;p=telemetry.git Avoid unnecessary module load Signed-off-by: Michael Tremer --- diff --git a/src/collecty/bus.py b/src/collecty/bus.py index d71de8c..947bf10 100644 --- a/src/collecty/bus.py +++ b/src/collecty/bus.py @@ -28,7 +28,6 @@ import logging import threading from .i18n import _ -from .constants import * log = logging.getLogger("collecty.bus")