diff options
Diffstat (limited to 'plugins/modules/vyos_user.py')
-rw-r--r-- | plugins/modules/vyos_user.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/modules/vyos_user.py b/plugins/modules/vyos_user.py index e20f146..4f67529 100644 --- a/plugins/modules/vyos_user.py +++ b/plugins/modules/vyos_user.py @@ -339,8 +339,7 @@ def update_objects(want, have): def main(): - """ main entry point for module execution - """ + """main entry point for module execution""" element_spec = dict( name=dict(), full_name=dict(), |