summaryrefslogtreecommitdiff
path: root/plugins/modules/vyos_lldp.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/modules/vyos_lldp.py')
-rw-r--r--plugins/modules/vyos_lldp.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/modules/vyos_lldp.py b/plugins/modules/vyos_lldp.py
index feaf841..c1aaf5d 100644
--- a/plugins/modules/vyos_lldp.py
+++ b/plugins/modules/vyos_lldp.py
@@ -98,8 +98,7 @@ def has_lldp(module):
def main():
- """ main entry point for module execution
- """
+ """main entry point for module execution"""
argument_spec = dict(
interfaces=dict(type="list", elements="str"),
state=dict(