From ffd8bdac5fc1fac803400b1b4d0f7c24b9f9bdef Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 26 May 2020 13:15:12 -0400 Subject: [PATCH] Fix imports --- piker/brokers/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/piker/brokers/cli.py b/piker/brokers/cli.py index f5608f43..697f803e 100644 --- a/piker/brokers/cli.py +++ b/piker/brokers/cli.py @@ -153,7 +153,7 @@ def monitor(config, rate, name, dhost, test, tl): log.error(f"No symbols found for watchlist `{name}`?") return - from .ui.monitor import _async_main + from ..ui.monitor import _async_main async def main(tries): async with maybe_spawn_brokerd_as_subactor( @@ -284,7 +284,7 @@ def optschain(config, symbol, date, tl, rate, test): loglevel = config['loglevel'] brokername = config['broker'] - from .ui.option_chain import _async_main + from ..ui.option_chain import _async_main async def main(tries): async with maybe_spawn_brokerd_as_subactor(