From c841cad0ea6013aab5a0c5620d3b40d72ef5afc0 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 9 Aug 2019 14:03:18 -0400 Subject: Add tox.ini file Create a tox.ini file with linters entry point for developers to run linters locally. Signed-off-by: Paul Belanger --- plugins/modules/vyos_user.py | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/modules/vyos_user.py') 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): -- cgit v1.2.3