diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-07-22 01:15:38 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-07-22 01:15:38 +0200 |
commit | 9ccf1781e4b35591371f7501b1ab854fb804a02e (patch) | |
tree | 62304d3ec8f94f1beadb3cd01511419f37e73bb6 /python | |
parent | 19b097efcc61f8e33d28c3f77a91a6a1473557b1 (diff) | |
download | refcat-9ccf1781e4b35591371f7501b1ab854fb804a02e.tar.gz refcat-9ccf1781e4b35591371f7501b1ab854fb804a02e.zip |
add missing import
Diffstat (limited to 'python')
-rw-r--r-- | python/refcat/base.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |