summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/module_utils/network/vyos/config/firewall_interfaces/firewall_interfaces.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/module_utils/network/vyos/config/firewall_interfaces/firewall_interfaces.py b/plugins/module_utils/network/vyos/config/firewall_interfaces/firewall_interfaces.py
index b436bfad..bd2fbab5 100644
--- a/plugins/module_utils/network/vyos/config/firewall_interfaces/firewall_interfaces.py
+++ b/plugins/module_utils/network/vyos/config/firewall_interfaces/firewall_interfaces.py
@@ -20,7 +20,6 @@ from ansible_collections.ansible.netcommon.plugins.module_utils.network.common.c
)
from ansible_collections.ansible.netcommon.plugins.module_utils.network.common.utils import (
to_list,
- dict_diff,
remove_empties,
search_obj_in_list,
)