Skip to content

Commit

Permalink
Merge branch 'main' into fix/load_yml_encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomdmoura authored Sep 22, 2024
2 parents 3d0390f + d4c0a42 commit a03d57f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/crewai/crew.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,10 +513,6 @@ async def run_crew(crew, input_data):
asyncio.create_task(run_crew(crew_copies[i], inputs[i]))
for i in range(len(inputs))
]
tasks = [
asyncio.create_task(run_crew(crew_copies[i], inputs[i]))
for i in range(len(inputs))
]

results = await asyncio.gather(*tasks)

Expand Down

0 comments on commit a03d57f

Please sign in to comment.