diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-23 15:33:44 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-23 15:33:44 -0800 |
commit | 5aeb5f79d83a2559671fed6d9afed2b0987139b4 (patch) | |
tree | 3a4cbec2e5307f8b84b15fb703dbc62547a31154 /python/fatcat_tools/importers/__init__.py | |
parent | 1cc4f517390d6cb09155746778a0ae566c9725c7 (diff) | |
download | fatcat-5aeb5f79d83a2559671fed6d9afed2b0987139b4.tar.gz fatcat-5aeb5f79d83a2559671fed6d9afed2b0987139b4.zip |
ftfy all over (needs Pipfile.lock)
Diffstat (limited to 'python/fatcat_tools/importers/__init__.py')
-rw-r--r-- | python/fatcat_tools/importers/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_tools/importers/__init__.py b/python/fatcat_tools/importers/__init__.py index b709f714..70f38f5b 100644 --- a/python/fatcat_tools/importers/__init__.py +++ b/python/fatcat_tools/importers/__init__.py @@ -12,7 +12,7 @@ To run an import you combine two classes; one each of: """ -from .common import EntityImporter, JsonLinePusher, LinePusher, CsvPusher, KafkaJsonPusher, make_kafka_consumer +from .common import EntityImporter, JsonLinePusher, LinePusher, CsvPusher, KafkaJsonPusher, make_kafka_consumer, clean from .crossref import CrossrefImporter, CROSSREF_TYPE_MAP from .grobid_metadata import GrobidMetadataImporter from .journal_metadata import JournalMetadataImporter |