From 575b3a0605d3f2cd880b4ef4a06b3a4f527b2f7f Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 29 Dec 2020 08:18:03 -0500 Subject: [PATCH] Adjust imports --- piker/ui/_chart.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/piker/ui/_chart.py b/piker/ui/_chart.py index c798c199..58f73d04 100644 --- a/piker/ui/_chart.py +++ b/piker/ui/_chart.py @@ -33,11 +33,11 @@ from ._axes import ( from ._graphics import ( CrossHair, ContentsLabel, - BarItems, level_line, L1Labels, ) -from ._graphics._curves import FastAppendCurve +from ._graphics._ohlc import BarItems +from ._graphics._curve import FastAppendCurve from ._axes import YSticky from ._style import ( _font,