Lul, fix imports in elasticsearch block..

service_subpkg
Tyler Goodlet 2023-03-08 21:40:28 -05:00
parent fbc12b1b07
commit 6540c415c1
1 changed files with 2 additions and 2 deletions

View File

@ -209,8 +209,8 @@ async def open_pikerd(
)
if es:
from piker.data._ahab import start_ahab
from piker.data.elastic import start_elasticsearch
from ._ahab import start_ahab
from .elastic import start_elasticsearch
log.info('Spawning `elasticsearch` supervisor')
ctn_ready, config, (cid, pid) = await service_nursery.start(