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>
pull/62515/head
Paul Belanger 5 years ago committed by GitHub
parent d5449eed11
commit 05ef39551a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save