diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-04-17 14:30:57 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-04-17 14:43:31 +0200 |
commit | 89db8df9eef40b92454ed9bd64830ebe5b726b9a (patch) | |
tree | 7a3f920c4bc903aeb7298e80038574400f2c5579 /python/fatcat_tools/workers/__init__.py | |
parent | abb92d6913f32697528f296baea524d81a505999 (diff) | |
download | fatcat-89db8df9eef40b92454ed9bd64830ebe5b726b9a.tar.gz fatcat-89db8df9eef40b92454ed9bd64830ebe5b726b9a.zip |
derive changelog worker from release worker
Early versions of changelog entries may not have all the fields
required for the current transform.
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 |