This commit is contained in:
Will McGugan
2022-08-07 14:14:01 +01:00
parent 5d7a821e1f
commit c4f9659c29
2 changed files with 4 additions and 4 deletions

View File

@@ -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.geometry import Region, Size
from textual.layouts.center import CenterLayout
from textual.widget import Widget
def test_center_layout():