Reorder some imports

This commit is contained in:
Dave Pearson
2023-02-09 13:50:38 +00:00
parent decc1e2f3c
commit f092e9f46c
4 changed files with 5 additions and 5 deletions

View File

@@ -152,7 +152,7 @@ def test_focus_next_and_previous_with_type_selector_without_self():
screen = app.screen
from textual.containers import Horizontal, Vertical
from textual.widgets import Button, Switch, Input
from textual.widgets import Button, Input, Switch
screen._add_children(
Vertical(