aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/workers/__init__.py
diff options
context:
space:
mode:
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