aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/harvest/__init__.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-11-02 15:01:39 -0700
committerBryan Newbold <bnewbold@robocracy.org>2021-11-02 17:02:50 -0700
commite148fce040b874c7dd397cb22118a3c03b7f02d4 (patch)
tree5a14528b335565da5f5ff119cd770978892f43d8 /python/fatcat_tools/harvest/__init__.py
parent20ce31bdc9c94a35b98369249544c122821a171f (diff)
downloadfatcat-e148fce040b874c7dd397cb22118a3c03b7f02d4.tar.gz
fatcat-e148fce040b874c7dd397cb22118a3c03b7f02d4.zip
re-fmt all the fatcat_tools __init__ files for readability
Diffstat (limited to 'python/fatcat_tools/harvest/__init__.py')
-rw-r--r--python/fatcat_tools/harvest/__init__.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/python/fatcat_tools/harvest/__init__.py b/python/fatcat_tools/harvest/__init__.py
index b3757a7d..1645778a 100644
--- a/python/fatcat_tools/harvest/__init__.py
+++ b/python/fatcat_tools/harvest/__init__.py
@@ -1,6 +1,4 @@
-
-from .harvest_common import HarvestState
from .doi_registrars import HarvestCrossrefWorker, HarvestDataciteWorker
-from .oaipmh import HarvestArxivWorker, HarvestDoajArticleWorker, \
- HarvestDoajJournalWorker
+from .harvest_common import HarvestState
+from .oaipmh import HarvestArxivWorker, HarvestDoajArticleWorker, HarvestDoajJournalWorker
from .pubmed import PubmedFTPWorker