Skip to content

Commit

Permalink
Fix indentation error in delete loop
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielBusta committed Dec 7, 2023
1 parent a07f976 commit 573f326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mozilla_linux_pkg_manager/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ async def batch_delete_versions(versions, args):
names=batch,
validate_only=args.dry_run,
)
operation = await client.batch_delete_versions(request=request)
await operation.result()
operation = await client.batch_delete_versions(request=request)
await operation.result()


async def get_repository(args):
Expand Down

0 comments on commit 573f326

Please sign in to comment.