Skip to content

Commit

Permalink
[ignore] Apply Black on aci_tenant_action_rule_profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmicol committed Nov 1, 2023
1 parent 6dcc43b commit c0680b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/modules/aci_tenant_action_rule_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,7 @@ def main():
rtctrlSetRedistMultipath=dict(attribute_input=module.params.get("multipath")),
rtctrlSetRtMetric=dict(attribute_input=module.params.get("set_metric"), attribute_name="metric"),
rtctrlSetRtMetricType=dict(
attribute_input=MATCH_ACTION_RULE_SET_METRIC_TYPE_MAPPING.get(module.params.get("set_metric_type")),
attribute_name="metricType"
attribute_input=MATCH_ACTION_RULE_SET_METRIC_TYPE_MAPPING.get(module.params.get("set_metric_type")), attribute_name="metricType"
),
rtctrlSetTag=dict(attribute_input=module.params.get("set_route_tag"), attribute_name="tag"),
rtctrlSetWeight=dict(attribute_input=module.params.get("set_weight"), attribute_name="weight"),
Expand Down

0 comments on commit c0680b7

Please sign in to comment.