Skip to content

Commit 7bede48

Browse files
author
Murat Kaan Meral
committed
fix: remove comment
1 parent 7f34e2d commit 7bede48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/strands/multiagent/swarm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,6 @@ async def _execute_node(
745745
if "result" in event:
746746
result = event["result"]
747747

748-
# Use the captured result from streaming to avoid double execution
749748
if result is None:
750749
raise ValueError(f"Node '{node_name}' did not produce a result event")
751750

0 commit comments

Comments
 (0)