Skip to content

Commit c705752

Browse files
committed
38 fix
1 parent 0a02324 commit c705752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/_resolve.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,4 @@ def resolve_box_models(
157157
for widget, box_model in zip(widgets, box_models)
158158
]
159159

160-
return cast(list[BoxModel], box_models)
160+
return cast("list[BoxModel]", box_models)

0 commit comments

Comments
 (0)