Adjust imports
parent
916396fbfe
commit
575b3a0605
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue