From 27c73bb2684f0d5ccfc25610fa916e602d22ce75 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 8 Sep 2021 12:38:44 +0200 Subject: tasks: fix imports --- python/refcat/techreport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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 -- cgit v1.2.3