aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/workers/__init__.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-05-30 11:59:27 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-05-30 11:59:27 -0700
commita4b84445a96c0fbe6133331b02f96cf570c59149 (patch)
tree87113322452e30c3b06e51b3c8bc92031d7eab86 /python/fatcat_tools/workers/__init__.py
parente89814d321dcaa2a7d62b429e5c09a7eef2173bf (diff)
downloadfatcat-a4b84445a96c0fbe6133331b02f96cf570c59149.tar.gz
fatcat-a4b84445a96c0fbe6133331b02f96cf570c59149.zip
add container update elastic worker
Diffstat (limited to 'python/fatcat_tools/workers/__init__.py')
-rw-r--r--python/fatcat_tools/workers/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_tools/workers/__init__.py b/python/fatcat_tools/workers/__init__.py
index e8973bc3..8bea7cdc 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
+from .elasticsearch import ElasticsearchReleaseWorker, ElasticsearchContainerWorker
from .worker_common import most_recent_message, FatcatWorker