Skip to content

Commit 93cddad

Browse files
committed
fix typing bug in python 3.9
1 parent 4e3f905 commit 93cddad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vapor/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def compose(self) -> ComposeResult:
155155
id='user-rating',
156156
),
157157
),
158-
DataTable[str | Text](zebra_stripes=True),
158+
DataTable['str | Text'](zebra_stripes=True),
159159
id='body',
160160
)
161161
yield Footer()

0 commit comments

Comments
 (0)