diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-11-13 00:27:48 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-11-15 16:46:26 -0800 |
commit | a4db9ee2e18a18b23eb7ece484f95914421f877d (patch) | |
tree | 6d4856c8fb7854a75dbd43c983179d4492769039 /python/fatcat_tools/importers/__init__.py | |
parent | 169477c39dc772c0eb1d45f8097215e73f0f6044 (diff) | |
download | fatcat-a4db9ee2e18a18b23eb7ece484f95914421f877d.tar.gz fatcat-a4db9ee2e18a18b23eb7ece484f95914421f877d.zip |
ingest file result importer
Diffstat (limited to 'python/fatcat_tools/importers/__init__.py')
-rw-r--r-- | python/fatcat_tools/importers/__init__.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/fatcat_tools/importers/__init__.py b/python/fatcat_tools/importers/__init__.py index 5e2948f4..025a111c 100644 --- a/python/fatcat_tools/importers/__init__.py +++ b/python/fatcat_tools/importers/__init__.py @@ -26,5 +26,4 @@ from .orcid import OrcidImporter from .arabesque import ArabesqueMatchImporter, ARABESQUE_MATCH_WHERE_CLAUSE from .wayback_static import auto_wayback_static from .cdl_dash_dat import auto_cdl_dash_dat -#from .kafka_source import KafkaSource -#from .file_source import FileSource +from .ingest import IngestFileResultImporter |