Lul, fix imports in elasticsearch block..
parent
fbc12b1b07
commit
6540c415c1
|
@ -209,8 +209,8 @@ async def open_pikerd(
|
||||||
)
|
)
|
||||||
|
|
||||||
if es:
|
if es:
|
||||||
from piker.data._ahab import start_ahab
|
from ._ahab import start_ahab
|
||||||
from piker.data.elastic import start_elasticsearch
|
from .elastic import start_elasticsearch
|
||||||
|
|
||||||
log.info('Spawning `elasticsearch` supervisor')
|
log.info('Spawning `elasticsearch` supervisor')
|
||||||
ctn_ready, config, (cid, pid) = await service_nursery.start(
|
ctn_ready, config, (cid, pid) = await service_nursery.start(
|
||||||
|
|
Loading…
Reference in New Issue