mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Remove unused import of MounrError in app.py
Noticed while passing by.
This commit is contained in:
@@ -63,7 +63,7 @@ from .messages import CallbackType
|
|||||||
from .reactive import Reactive
|
from .reactive import Reactive
|
||||||
from .renderables.blank import Blank
|
from .renderables.blank import Blank
|
||||||
from .screen import Screen
|
from .screen import Screen
|
||||||
from .widget import AwaitMount, MountError, Widget
|
from .widget import AwaitMount, Widget
|
||||||
|
|
||||||
|
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
|
|||||||
Reference in New Issue
Block a user