Skip to content

Commit

Permalink
typing
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Jan 1, 2025
1 parent e84eaf5 commit 0e835a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/content.py
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ def to_strip(self, style: Style) -> Strip:
strip = Strip(segments, width)
return strip

segments: list[Segment] = (
segments = (
[Segment(" " * pad_left, style.background_style.rich_style)]
if pad_left
else []
Expand Down

0 comments on commit 0e835a4

Please sign in to comment.