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,