summaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/elastic_workers.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat_tools/elastic_workers.py')
-rw-r--r--python/fatcat_tools/elastic_workers.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/fatcat_tools/elastic_workers.py b/python/fatcat_tools/elastic_workers.py
index 3d2e9c39..eac8d6b0 100644
--- a/python/fatcat_tools/elastic_workers.py
+++ b/python/fatcat_tools/elastic_workers.py
@@ -2,9 +2,9 @@
import json
import time
import requests
-from fatcat.worker_common import FatcatWorker
+from fatcat_tools.worker_common import FatcatWorker
from fatcat_client.models import ReleaseEntity
-from fatcat.entity_helpers import *
+from fatcat_tools.transforms import *
from pykafka.common import OffsetType