Skip to content

Commit b2ac3f6

Browse files
authored
Merge pull request #1363 from davep/prune-unused-mounterror-import
Remove unused import of MounrError in app.py
2 parents a8c3018 + e9de8a2 commit b2ac3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
from .reactive import Reactive
6464
from .renderables.blank import Blank
6565
from .screen import Screen
66-
from .widget import AwaitMount, MountError, Widget
66+
from .widget import AwaitMount, Widget
6767

6868

6969
if TYPE_CHECKING:

0 commit comments

Comments
 (0)