VMware: remove unused variable from tests
Commit 6c4b89a2ad added a variable
which was never used.
Change-Id: I6d9391359f25feedbdf822a606c07b0ae9a735be
This commit is contained in:
@@ -19,7 +19,6 @@ from nova import test
|
||||
from nova.virt.vmwareapi import ds_util
|
||||
|
||||
ResultSet = collections.namedtuple('ResultSet', ['objects'])
|
||||
ResultSetToken = collections.namedtuple('ResultSet', ['objects', 'token'])
|
||||
ObjectContent = collections.namedtuple('ObjectContent', ['obj', 'propSet'])
|
||||
DynamicProperty = collections.namedtuple('Property', ['name', 'val'])
|
||||
MoRef = collections.namedtuple('ManagedObjectReference', ['value'])
|
||||
|
||||
Reference in New Issue
Block a user