Remove unused variable from nxos module_utils (#62474)
This variable isn't used, remove it to make linters happy. Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
d5449eed11
commit
05ef39551a
1 changed files with 0 additions and 2 deletions
|
@ -1119,8 +1119,6 @@ class NxosCmdRef:
|
||||||
|
|
||||||
# Multiple Instances:
|
# Multiple Instances:
|
||||||
if isinstance(existing, dict) and multiple:
|
if isinstance(existing, dict) and multiple:
|
||||||
item_found = False
|
|
||||||
|
|
||||||
for ekey, evalue in existing.items():
|
for ekey, evalue in existing.items():
|
||||||
if isinstance(evalue, dict):
|
if isinstance(evalue, dict):
|
||||||
# Remove values set to string 'None' from dvalue
|
# Remove values set to string 'None' from dvalue
|
||||||
|
|
Loading…
Reference in a new issue