Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into add-pipelines-router
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssadai committed Oct 18, 2024
2 parents d85ddbd + 1c879d7 commit 6d71493
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/api/crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,7 @@ async def get_pipeline_versions(pipeline_term: str):
all_pipe_versions = []

tasks = [
util.send_get_request(
url=f"{node_url}pipelines/{pipeline_term}/versions"
)
util.send_get_request(f"{node_url}pipelines/{pipeline_term}/versions")
for node_url in util.FEDERATION_NODES
]
responses = await asyncio.gather(*tasks, return_exceptions=True)
Expand Down

0 comments on commit 6d71493

Please sign in to comment.