Remove unused import of MounrError in app.py

Noticed while passing by.
This commit is contained in:
Dave Pearson
2022-12-14 15:29:25 +00:00
parent a8c3018ba3
commit e9de8a2d44

View File

@@ -63,7 +63,7 @@ from .messages import CallbackType
from .reactive import Reactive
from .renderables.blank import Blank
from .screen import Screen
from .widget import AwaitMount, MountError, Widget
from .widget import AwaitMount, Widget
if TYPE_CHECKING: