From b5a5938fb1ff93a4b673e2db7069072f6a17c52d Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Mon, 27 Sep 2021 18:01:05 +0200 Subject: refcat: fix import --- python/refcat/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/refcat/cli.py b/python/refcat/cli.py index 6bb3073..5997158 100644 --- a/python/refcat/cli.py +++ b/python/refcat/cli.py @@ -36,7 +36,6 @@ from refcat.deps import dump_deps, dump_deps_dot from refcat.report import * from refcat.settings import LOGGING_CONF_FILE, settings from refcat.tasks import * -from refcat.utils import columnize # These are utility classes of luigi. suppress_task_names = [ -- cgit v1.2.3