From 5bd456548bc5f6ac623463319e3a7d97840f16e8 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Mon, 2 Mar 2020 13:37:37 -0500 Subject: Fix flake8 errors from last sync from ansible/ansible Since ansible/ansible is now frozen, we can prepare to open development on our collections. Signed-off-by: Paul Belanger --- .../network/vyos/config/firewall_interfaces/firewall_interfaces.py | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins') 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, ) -- cgit v1.2.3