diff options
author | bnewbold <bnewbold@archive.org> | 2020-04-17 18:13:14 +0000 |
---|---|---|
committer | bnewbold <bnewbold@archive.org> | 2020-04-17 18:13:14 +0000 |
commit | 963faf6cf6e7e5c6685ffe89e080134c7590957f (patch) | |
tree | bfac98e8f646f571ee34b8f6bb59e411fbac074d /python/fatcat_tools/workers/__init__.py | |
parent | 68d5b259888b0cf22dce6894063f77d1ac2bccf4 (diff) | |
parent | 89db8df9eef40b92454ed9bd64830ebe5b726b9a (diff) | |
download | fatcat-963faf6cf6e7e5c6685ffe89e080134c7590957f.tar.gz fatcat-963faf6cf6e7e5c6685ffe89e080134c7590957f.zip |
Merge branch 'martin-changelog-to-es' into 'master'
derive changelog worker from release worker
See merge request webgroup/fatcat!43
Diffstat (limited to 'python/fatcat_tools/workers/__init__.py')
-rw-r--r-- | python/fatcat_tools/workers/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_tools/workers/__init__.py b/python/fatcat_tools/workers/__init__.py index 8bea7cdc..32fd330d 100644 --- a/python/fatcat_tools/workers/__init__.py +++ b/python/fatcat_tools/workers/__init__.py @@ -1,4 +1,4 @@ from .changelog import ChangelogWorker, EntityUpdatesWorker -from .elasticsearch import ElasticsearchReleaseWorker, ElasticsearchContainerWorker +from .elasticsearch import ElasticsearchReleaseWorker, ElasticsearchContainerWorker, ElasticsearchChangelogWorker from .worker_common import most_recent_message, FatcatWorker |