We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a02324 commit c705752Copy full SHA for c705752
src/textual/_resolve.py
@@ -157,4 +157,4 @@ def resolve_box_models(
157
for widget, box_model in zip(widgets, box_models)
158
]
159
160
- return cast(list[BoxModel], box_models)
+ return cast("list[BoxModel]", box_models)
0 commit comments