diff options
-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 = [ |