diff options
| author | Paul Belanger <pabelanger@redhat.com> | 2020-03-02 13:37:37 -0500 | 
|---|---|---|
| committer | Paul Belanger <pabelanger@redhat.com> | 2020-03-02 13:37:37 -0500 | 
| commit | 5bd456548bc5f6ac623463319e3a7d97840f16e8 (patch) | |
| tree | 243ac3decc1818d1469bcc2ec561cdde4e492bd8 /plugins/module_utils | |
| parent | 1b812d72c2f7076229404891724b56bfc8a56312 (diff) | |
| download | vyos.vyos-5bd456548bc5f6ac623463319e3a7d97840f16e8.tar.gz vyos.vyos-5bd456548bc5f6ac623463319e3a7d97840f16e8.zip | |
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 <pabelanger@redhat.com>
Diffstat (limited to 'plugins/module_utils')
| -rw-r--r-- | plugins/module_utils/network/vyos/config/firewall_interfaces/firewall_interfaces.py | 1 | 
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,  ) | 
