From e4309fae2396954ede6a843124ece74fe6c78534 Mon Sep 17 00:00:00 2001 From: pgbidkar Date: Mon, 20 Feb 2017 00:31:01 -0800 Subject: [PATCH] Removed unused import json --- samples/vsphere/vcenter/vm/list_vms.py | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/vsphere/vcenter/vm/list_vms.py b/samples/vsphere/vcenter/vm/list_vms.py index b4ab96b4..7d912342 100644 --- a/samples/vsphere/vcenter/vm/list_vms.py +++ b/samples/vsphere/vcenter/vm/list_vms.py @@ -13,7 +13,6 @@ """ import atexit -import json from samples.vsphere.common import vapiconnect from samples.vsphere.common.sample_util import parse_cli_args from samples.vsphere.common.sample_util import pp