Skip to content

Commit

Permalink
Fix async calls.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmetzman committed Feb 4, 2025
1 parent a1d1cb1 commit 80c81e7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ async def delete_gcs_blobs_batch(session, bucket, blobs_to_delete, token):
task = asyncio.create_task(
fast_http.delete_gcs_blobs_batch(
session, bucket, blobs_to_delete.copy(), creds.token))
logs.info('sent delete task.')
delete_tasks.append(task)
blobs_to_delete = []
num_batches += 1
Expand Down

0 comments on commit 80c81e7

Please sign in to comment.