Skip to content

Commit b5ea371

Browse files
pgrayydbschmigelski
authored andcommitted
tool - executors - concurrent - remove no-op gather (strands-agents#954)
1 parent c10c51b commit b5ea371

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/strands/tools/executors/concurrent.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ async def _execute(
7272
yield event
7373
task_events[task_id].set()
7474

75-
asyncio.gather(*tasks)
76-
7775
async def _task(
7876
self,
7977
agent: "Agent",

0 commit comments

Comments
 (0)