Skip to content

Commit 0e835a4

Browse files
committed
typing
1 parent e84eaf5 commit 0e835a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/content.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ def to_strip(self, style: Style) -> Strip:
10641064
strip = Strip(segments, width)
10651065
return strip
10661066

1067-
segments: list[Segment] = (
1067+
segments = (
10681068
[Segment(" " * pad_left, style.background_style.rich_style)]
10691069
if pad_left
10701070
else []

0 commit comments

Comments
 (0)