Skip to content

Commit 113f752

Browse files
committed
Remove unused imports from networks_switch_qos_rules_order.py to improve code clarity.
1 parent c4eb09b commit 113f752

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

plugins/action/networks_switch_qos_rules_order.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
meraki_compare_equality2,
2424
get_dict_result,
2525
)
26-
from ansible_collections.cisco.meraki.plugins.plugin_utils.exceptions import (
27-
InconsistentParameters,
28-
)
26+
2927

3028
# Get common arguments specification
3129
argument_spec = meraki_argument_spec()

0 commit comments

Comments
 (0)