Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/textual_window/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# Textual and Rich imports
import textual.events as events
from textual._compose import compose # type: ignore[unused-ignore]
from textual.app import compose
from textual.dom import check_identifiers
from textual.widget import Widget, AwaitMount
from textual.message import Message
Expand Down
Loading
Loading