From 9ccf1781e4b35591371f7501b1ab854fb804a02e Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 22 Jul 2021 01:15:38 +0200 Subject: add missing import --- python/refcat/base.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python') diff --git a/python/refcat/base.py b/python/refcat/base.py index 7c3736b..d25f993 100644 --- a/python/refcat/base.py +++ b/python/refcat/base.py @@ -13,6 +13,7 @@ import re import string import subprocess import tempfile +import logging import luigi -- cgit v1.2.3