Skip to content

Commit

Permalink
Unquote a type hint
Browse files Browse the repository at this point in the history
Co-authored-by: Rodrigo Girão Serrão <[email protected]>
  • Loading branch information
davep and rodrigogiraoserrao authored Mar 6, 2024
1 parent 3326ee4 commit 3234789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/widgets/_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def __init__(self, input: Input, cursor_visible: bool) -> None:

def __rich_console__(
self, console: "Console", options: "ConsoleOptions"
) -> "RichRenderResult":
) -> RichRenderResult:
input = self.input
result = input._value
width = input.content_size.width
Expand Down

0 comments on commit 3234789

Please sign in to comment.