Skip to content

Commit

Permalink
Remove unused variables (#862)
Browse files Browse the repository at this point in the history
Related to 918ed3a
Related to 5e3aaf0

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Apr 17, 2024
1 parent 918ed3a commit 5b63fb5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions osism/commands/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,7 @@ def take_action(self, parsed_args):
dry_run = parsed_args.dry_run
filter = parsed_args.filter
hide = parsed_args.hide
hypervisor = parsed_args.hypervisor
latest = parsed_args.latest
names = parsed_args.name

arguments = []
if cloud:
Expand Down

0 comments on commit 5b63fb5

Please sign in to comment.