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 d03f0d3 commit 4ff70abCopy full SHA for 4ff70ab
‎pydantic_graph/pydantic_graph/beta/graph.py‎
@@ -626,7 +626,7 @@ async def iter_graph( # noqa C901
626
# just get coverage by unifying the code paths
627
if t.task_id not in new_task_ids: # pragma: no cover
628
await self._finish_task(t.task_id)
629
- self._handle_execution_request(maybe_overridden_result) # pragma: no cover
+ self._handle_execution_request(maybe_overridden_result)
630
except GeneratorExit:
631
self._task_group.cancel_scope.cancel()
632
return
0 commit comments