Skip to content

Commit

Permalink
remove assignment
Browse files Browse the repository at this point in the history
Co-authored-by: Tommy Sauer <tommy.sauer@sap.com>
  • Loading branch information
richardtief and viennaa authored Feb 23, 2024
1 parent bd91bff commit a5a5a8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion collectors/SDRSPropertiesCollector.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def config_sdrsconfig_vmStorageAntiAffinityRules(self, metric_value):

for i, rule in enumerate(rules):
mapped_vms = self.vm_mapping_helper(rule.get('virtualMachines'))
value = len(mapped_vms)
for vm in mapped_vms:
rule_label_values.append([
f'{i+1}/{amount_rules}',
Expand Down

0 comments on commit a5a5a8f

Please sign in to comment.