diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-02 15:01:39 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-02 17:02:50 -0700 |
commit | e148fce040b874c7dd397cb22118a3c03b7f02d4 (patch) | |
tree | 5a14528b335565da5f5ff119cd770978892f43d8 /python/fatcat_tools/harvest/__init__.py | |
parent | 20ce31bdc9c94a35b98369249544c122821a171f (diff) | |
download | fatcat-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__.py | 6 |
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 |