.ui.order_mode: multiline import styling

ib_async
Gud Boi 2026-01-25 22:19:39 -05:00
parent e77bec203d
commit ff502b62bf
1 changed files with 8 additions and 2 deletions

View File

@ -59,8 +59,14 @@ from piker.data import (
from piker.types import Struct
from piker.log import get_logger
from piker.ui.qt import Qt
from ._editors import LineEditor, ArrowEditor
from ._lines import order_line, LevelLine
from ._editors import (
LineEditor,
ArrowEditor,
)
from ._lines import (
order_line,
LevelLine,
)
from ._position import (
PositionTracker,
SettingsPane,