From 32f72dd3e80a9f16eae8fc1cf3a03e4c3c79cff7 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 30 Aug 2021 17:46:27 -0400 Subject: [PATCH] Drop unused ref --- piker/ui/_chart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piker/ui/_chart.py b/piker/ui/_chart.py index af96cb30..f7d94415 100644 --- a/piker/ui/_chart.py +++ b/piker/ui/_chart.py @@ -1844,7 +1844,7 @@ async def display_symbol_data( symbol, provider, order_mode_started - ) as order_mode, + ) ): await trio.sleep_forever()