Skip to content

Commit

Permalink
Merge pull request #914 from sirosen/del-after-loop
Browse files Browse the repository at this point in the history
Delete a module-scoped name after its last use
  • Loading branch information
sirosen authored Dec 11, 2023
2 parents b0b8cb9 + c87e99b commit a2aa6c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/globus_cli/commands/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,5 +454,6 @@ def service_command(

for service_name_ in CLI_SCOPE_REQUIREMENTS:
api_command.add_command(build_command(service_name_))
del service_name_

api_command.add_command(build_command("gcs"))

0 comments on commit a2aa6c0

Please sign in to comment.