[codestyle] clean up imports
This commit is contained in:
parent
6a4334263a
commit
a45576406e
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ from textual.app import ComposeResult
|
|||
from textual.containers import HorizontalGroup
|
||||
from textual.screen import Screen
|
||||
from textual.widget import Widget
|
||||
from textual.widgets import DataTable, Footer, Header, Static, Input, Button
|
||||
from textual.widgets import Button, DataTable, Footer, Header, Input, Static
|
||||
|
||||
from .models import load_initial_data
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue