diff options
Diffstat (limited to 'plugins/modules/vyos_lldp.py')
-rw-r--r-- | plugins/modules/vyos_lldp.py | 3 |
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( |