Skip to content

Commit 4ff70ab

Browse files
committed
Fix coverage 😩
1 parent d03f0d3 commit 4ff70ab

File tree

1 file changed

+1
-1
lines changed
  • pydantic_graph/pydantic_graph/beta

1 file changed

+1
-1
lines changed

‎pydantic_graph/pydantic_graph/beta/graph.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ async def iter_graph( # noqa C901
626626
# just get coverage by unifying the code paths
627627
if t.task_id not in new_task_ids: # pragma: no cover
628628
await self._finish_task(t.task_id)
629-
self._handle_execution_request(maybe_overridden_result) # pragma: no cover
629+
self._handle_execution_request(maybe_overridden_result)
630630
except GeneratorExit:
631631
self._task_group.cancel_scope.cancel()
632632
return

0 commit comments

Comments
 (0)