Skip to content

Commit

Permalink
[ignore] Apply Black on aci_tenant_action_rule_profile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gmicol committed Nov 3, 2023
1 parent 96d3877 commit aa9c1a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/aci_tenant_action_rule_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,8 @@ def main():

# This condition deal with child classes which do not exist in APIC version 4.2 and prior.
for class_name in ["rtctrlSetNhUnchanged", "rtctrlSetRedistMultipath"]:
if child_classes[class_name].get("attribute_input") is None:
child_classes.pop(class_name)
if child_classes[class_name].get("attribute_input") is None:
child_classes.pop(class_name)

aci.construct_url(
root_class=dict(
Expand Down

0 comments on commit aa9c1a2

Please sign in to comment.