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__.py9
1 files changed, 6 insertions, 3 deletions
diff --git a/python/fatcat_tools/workers/__init__.py b/python/fatcat_tools/workers/__init__.py
index 32fd330d..18b35b2b 100644
--- a/python/fatcat_tools/workers/__init__.py
+++ b/python/fatcat_tools/workers/__init__.py
@@ -1,4 +1,7 @@
-
from .changelog import ChangelogWorker, EntityUpdatesWorker
-from .elasticsearch import ElasticsearchReleaseWorker, ElasticsearchContainerWorker, ElasticsearchChangelogWorker
-from .worker_common import most_recent_message, FatcatWorker
+from .elasticsearch import (
+ ElasticsearchChangelogWorker,
+ ElasticsearchContainerWorker,
+ ElasticsearchReleaseWorker,
+)
+from .worker_common import FatcatWorker, most_recent_message