diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-09-08 12:38:44 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-09-08 12:38:44 +0200 |
commit | 27c73bb2684f0d5ccfc25610fa916e602d22ce75 (patch) | |
tree | 16f74b9729dee2787c796d0130bbd7b3c95d6c2d | |
parent | 6043cb86de54b4fceaabbf1a561b600d2f3d244f (diff) | |
download | refcat-27c73bb2684f0d5ccfc25610fa916e602d22ce75.tar.gz refcat-27c73bb2684f0d5ccfc25610fa916e602d22ce75.zip |
tasks: fix imports
-rw-r--r-- | python/refcat/techreport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/refcat/techreport.py b/python/refcat/techreport.py index 0b1faa5..db99337 100644 --- a/python/refcat/techreport.py +++ b/python/refcat/techreport.py @@ -2,7 +2,7 @@ Tasks for techreport. """ import luigi -from refcat.tasks import Refcat, OpenCitations, BrefCombined +from refcat.tasks import Refcat, OpenCitations, BrefWithDOI from refcat.base import shellout, Zstd |