summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authoransible-zuul[bot] <48994755+ansible-zuul[bot]@users.noreply.github.com>2020-03-02 22:23:44 +0000
committerGitHub <noreply@github.com>2020-03-02 22:23:44 +0000
commit451761d89e3c523317faf5e8e58f2b51d3c68572 (patch)
tree243ac3decc1818d1469bcc2ec561cdde4e492bd8 /plugins
parent1b812d72c2f7076229404891724b56bfc8a56312 (diff)
parent5bd456548bc5f6ac623463319e3a7d97840f16e8 (diff)
downloadvyos.vyos-451761d89e3c523317faf5e8e58f2b51d3c68572.tar.gz
vyos.vyos-451761d89e3c523317faf5e8e58f2b51d3c68572.zip
Merge pull request #6 from pabelanger/temp/flake8-errors
Fix flake8 errors from last sync from ansible/ansible
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,
)