Drop `.service._ahab` from storage cli runtime mods

ib_py311_fixes
Tyler Goodlet 2023-08-18 14:31:23 -04:00
parent 0068119a6d
commit c3f8b089be
1 changed files with 0 additions and 3 deletions

View File

@ -77,7 +77,6 @@ def ls(
async with (
open_piker_runtime(
'tsdb_storage',
enable_modules=['piker.service._ahab'],
),
):
for i, backend in enumerate(backends):
@ -121,7 +120,6 @@ def delete(
async with (
open_piker_runtime(
'tsdb_storage',
enable_modules=['piker.service._ahab']
),
open_storage_client(backend) as (_, client),
trio.open_nursery() as n,
@ -149,7 +147,6 @@ def anal(
async with (
open_piker_runtime(
'tsdb_polars_anal',
# enable_modules=['piker.service._ahab']
debug_mode=True,
),
open_storage_client() as (mod, client),