summaryrefslogtreecommitdiff
path: root/plugins/modules/vyos_user.py
diff options
context:
space:
mode:
authorPaul Belanger <pabelanger@redhat.com>2019-08-09 14:03:18 -0400
committerPaul Belanger <pabelanger@redhat.com>2019-08-09 15:16:14 -0400
commitc841cad0ea6013aab5a0c5620d3b40d72ef5afc0 (patch)
tree71378646561c136f5a8ab5da4edfc064b23f51eb /plugins/modules/vyos_user.py
parent66a01fb3cdcedff9205b2295870a7e1629bbae69 (diff)
downloadvyos.vyos-c841cad0ea6013aab5a0c5620d3b40d72ef5afc0.tar.gz
vyos.vyos-c841cad0ea6013aab5a0c5620d3b40d72ef5afc0.zip
Add tox.ini file
Create a tox.ini file with linters entry point for developers to run linters locally. Signed-off-by: Paul Belanger <pabelanger@redhat.com>
Diffstat (limited to 'plugins/modules/vyos_user.py')
-rw-r--r--plugins/modules/vyos_user.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/modules/vyos_user.py b/plugins/modules/vyos_user.py
index a309d2a5..2bccd494 100644
--- a/plugins/modules/vyos_user.py
+++ b/plugins/modules/vyos_user.py
@@ -159,7 +159,6 @@ def validate_level(value, module):
def spec_to_commands(updates, module):
commands = list()
- state = module.params["state"]
update_password = module.params["update_password"]
def needs_update(want, have, x):