mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
imports
This commit is contained in:
@@ -2,8 +2,8 @@ from __future__ import annotations
|
|||||||
|
|
||||||
from fractions import Fraction
|
from fractions import Fraction
|
||||||
|
|
||||||
from ..geometry import Size, Region
|
|
||||||
from .._layout import ArrangeResult, Layout, WidgetPlacement
|
from .._layout import ArrangeResult, Layout, WidgetPlacement
|
||||||
|
from ..geometry import Region, Size
|
||||||
from ..widget import Widget
|
from ..widget import Widget
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
from textual.geometry import Region, Size
|
|
||||||
from textual.widget import Widget
|
|
||||||
from textual.layouts.center import CenterLayout
|
|
||||||
from textual._layout import WidgetPlacement
|
from textual._layout import WidgetPlacement
|
||||||
|
from textual.geometry import Region, Size
|
||||||
|
from textual.layouts.center import CenterLayout
|
||||||
|
from textual.widget import Widget
|
||||||
|
|
||||||
|
|
||||||
def test_center_layout():
|
def test_center_layout():
|
||||||
|
|||||||
Reference in New Issue
Block a user