Skip to content

Commit 81c00e4

Browse files
authored
tool - executors - concurrent - remove no-op gather (#954)
1 parent 921ca89 commit 81c00e4

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)