Skip to content

Commit e2255e8

Browse files
author
ddraganov
committed
Remove unnecessary init() call Closes #994
1 parent 4251afb commit e2255e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyVmomi/SoapAdapter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,6 @@ def EndElementHandler(self, tag):
987987
# -- InvokeMethod(ManagedObject mo, Object methodInfo, Object[] args)
988988
class StubAdapterBase(StubAdapterAccessorMixin):
989989
def __init__(self, version):
990-
StubAdapterAccessorMixin.__init__(self)
991990
self.ComputeVersionInfo(version)
992991

993992
# Compute the version information for the specified namespace

0 commit comments

Comments
 (0)