From c0680b7d4b6ffd7042961d7590178e991804954f Mon Sep 17 00:00:00 2001 From: Gaspard Micol Date: Wed, 1 Nov 2023 15:48:25 -0400 Subject: [PATCH] [ignore] Apply Black on aci_tenant_action_rule_profile. --- plugins/modules/aci_tenant_action_rule_profile.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/modules/aci_tenant_action_rule_profile.py b/plugins/modules/aci_tenant_action_rule_profile.py index 8624d37c5..4559ccf57 100644 --- a/plugins/modules/aci_tenant_action_rule_profile.py +++ b/plugins/modules/aci_tenant_action_rule_profile.py @@ -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"),