Skip to content

Commit

Permalink
typing
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Nov 12, 2024
1 parent 9323ad7 commit 6a14a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/visual.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class VisualError(Exception):
"""An error with the visual protocol."""


VisualType: TypeAlias = RenderableType | SupportsTextualize | "Visual"
VisualType: TypeAlias = "RenderableType | SupportsTextualize | Visual"


def visualize(widget: Widget, obj: object) -> Visual:
Expand Down

0 comments on commit 6a14a86

Please sign in to comment.