diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-09-27 18:01:05 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-09-27 18:01:05 +0200 |
commit | b5a5938fb1ff93a4b673e2db7069072f6a17c52d (patch) | |
tree | 7025be1b99763603b70a5cdf5abdabcbd3d60c29 | |
parent | 66e694b2575de3b71cd2fba455710d9eb6c4b722 (diff) | |
download | refcat-b5a5938fb1ff93a4b673e2db7069072f6a17c52d.tar.gz refcat-b5a5938fb1ff93a4b673e2db7069072f6a17c52d.zip |
refcat: fix import
-rw-r--r-- | python/refcat/cli.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 = [ |