summaryrefslogtreecommitdiff
path: root/plugins/modules/vyos_interfaces.py
diff options
context:
space:
mode:
authorBradley A. Thornton <bthornto@thethorntons.net>2019-08-16 11:45:39 -0700
committerBradley A. Thornton <bthornto@thethorntons.net>2019-08-16 11:45:39 -0700
commit6a2aa3b8adaf9dd220916e42ec65904820d64092 (patch)
tree391360212f87a5d815f91e05205f38f7c733a10a /plugins/modules/vyos_interfaces.py
parent83a80f9f9df748b10eaa36dd3aab4592aaf40b28 (diff)
downloadvyos-ansible-collection-6a2aa3b8adaf9dd220916e42ec65904820d64092.tar.gz
vyos-ansible-collection-6a2aa3b8adaf9dd220916e42ec65904820d64092.zip
based on ansible/ansible e7a8e4805349aec2d8a9538f544ad9e29b2e6318
Diffstat (limited to 'plugins/modules/vyos_interfaces.py')
-rw-r--r--plugins/modules/vyos_interfaces.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/modules/vyos_interfaces.py b/plugins/modules/vyos_interfaces.py
index ca61f4d..bc179ed 100644
--- a/plugins/modules/vyos_interfaces.py
+++ b/plugins/modules/vyos_interfaces.py
@@ -859,7 +859,6 @@ from ansible.module_utils.basic import AnsibleModule
from ansible_collections.vyos.vyos.plugins.module_utils.network.vyos.argspec.interfaces.interfaces import (
InterfacesArgs,
)
-
from ansible_collections.vyos.vyos.plugins.module_utils.network.vyos.config.interfaces.interfaces import (
Interfaces,
)