Merge "Replace unused var 'net' with _"

This commit is contained in:
Zuul 2021-06-16 00:11:31 +00:00 committed by Gerrit Code Review
commit 9fbe318125
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ def process_templates(template_path, role_data_path, output_dir,
# Set internal network index key for each network, network resources
# are created with a tag tripleo_net_idx
for idx, net in enumerate(network_data):
for idx, _ in enumerate(network_data):
network_data[idx].update({'idx': idx})
j2_excludes = {}