fix: ModalScreen Import in main_screen.py
This commit is contained in:
@@ -7,7 +7,7 @@ from typing import TYPE_CHECKING, Any
|
||||
from textual.app import ComposeResult
|
||||
from textual.binding import Binding
|
||||
from textual.containers import Horizontal, Vertical
|
||||
from textual.screen import Screen
|
||||
from textual.screen import ModalScreen, Screen
|
||||
from textual.widgets import Button, DataTable, Footer, Header, Input, RichLog, Static
|
||||
from textual import work
|
||||
|
||||
|
||||
Reference in New Issue
Block a user