Adjust imports

chart_trader
Tyler Goodlet 2020-12-29 08:18:03 -05:00
parent 916396fbfe
commit 575b3a0605
1 changed files with 2 additions and 2 deletions

View File

@ -33,11 +33,11 @@ from ._axes import (
from ._graphics import ( from ._graphics import (
CrossHair, CrossHair,
ContentsLabel, ContentsLabel,
BarItems,
level_line, level_line,
L1Labels, L1Labels,
) )
from ._graphics._curves import FastAppendCurve from ._graphics._ohlc import BarItems
from ._graphics._curve import FastAppendCurve
from ._axes import YSticky from ._axes import YSticky
from ._style import ( from ._style import (
_font, _font,