This commit is contained in:
Will McGugan
2021-08-06 13:02:11 +01:00
parent c66d6724aa
commit 564a408004
3 changed files with 1 additions and 5 deletions

View File

@@ -6,7 +6,6 @@ from textual.layouts.grid import GridLayout
class GridTest(App):
async def on_mount(self, event: events.Mount) -> None:
"""Create a grid with auto-arranging cells."""