From 05ef39551a878206ca1e11381b32a5d90e89a144 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 18 Sep 2019 09:11:47 -0400 Subject: [PATCH] Remove unused variable from nxos module_utils (#62474) This variable isn't used, remove it to make linters happy. Signed-off-by: Paul Belanger --- lib/ansible/module_utils/network/nxos/nxos.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/ansible/module_utils/network/nxos/nxos.py b/lib/ansible/module_utils/network/nxos/nxos.py index e16ff3dcd46..383d2cfb86e 100644 --- a/lib/ansible/module_utils/network/nxos/nxos.py +++ b/lib/ansible/module_utils/network/nxos/nxos.py @@ -1119,8 +1119,6 @@ class NxosCmdRef: # Multiple Instances: if isinstance(existing, dict) and multiple: - item_found = False - for ekey, evalue in existing.items(): if isinstance(evalue, dict): # Remove values set to string 'None' from dvalue