Skip to content

Commit

Permalink
Appease flake8: remove unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Büchse <[email protected]>
  • Loading branch information
mbuechse committed Aug 17, 2023
1 parent afa8293 commit d795f58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/iaas/standard-flavors/flavor-manager-input.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def main(argv):
""")

# transfer the info into the result yaml, again checking for sanity
name_key = flavor_spec_data['meta']['name_key']
for flavor_group in flavor_spec_data['flavor_groups']:
group_info = dict(flavor_group)
group_info.pop('list')
Expand Down

0 comments on commit d795f58

Please sign in to comment.