aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_harvest.py
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-03-10 12:50:21 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-03-10 12:50:21 +0100
commit34a18cd1821d09ac0beee8959407ec51cf397337 (patch)
treed3dd1d7d4fbcaedbfebc2fb0ec6430588f22678d /python/fatcat_harvest.py
parent6f5ead85169c71a7a010a9e2d54d4c41489c607b (diff)
downloadfatcat-34a18cd1821d09ac0beee8959407ec51cf397337.tar.gz
fatcat-34a18cd1821d09ac0beee8959407ec51cf397337.zip
harvest: fix imports from HarvestPubmedWorker cleanup
Diffstat (limited to 'python/fatcat_harvest.py')
-rwxr-xr-xpython/fatcat_harvest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/fatcat_harvest.py b/python/fatcat_harvest.py
index 4c4f34a1..7ac0f16c 100755
--- a/python/fatcat_harvest.py
+++ b/python/fatcat_harvest.py
@@ -5,8 +5,8 @@ import argparse
import datetime
import raven
from fatcat_tools.harvest import HarvestCrossrefWorker, HarvestDataciteWorker,\
- HarvestArxivWorker, HarvestPubmedWorker, HarvestDoajArticleWorker,\
- HarvestDoajJournalWorker, PubmedFTPWorker
+ HarvestArxivWorker, HarvestDoajArticleWorker, HarvestDoajJournalWorker,\
+ PubmedFTPWorker
# Yep, a global. Gets DSN from `SENTRY_DSN` environment variable
sentry_client = raven.Client()