Skip to content

Commit a7738a3

Browse files
committed
another coverage fix
1 parent 7ef96a3 commit a7738a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactpy/core/layout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ async def _parallel_render(self) -> LayoutUpdateMessage:
156156

157157
try:
158158
return update_task.result()
159-
except CancelledError:
159+
except CancelledError: # nocov
160160
continue
161161

162162
async def _create_layout_update(

0 commit comments

Comments
 (0)