Remove redundent initialization of max_attempts

Change-Id: I6c9457d28302f24117f7e84635f98eddf0816afc
This commit is contained in:
asarfaty 2020-07-13 15:55:49 +02:00
parent 4d4c8a5568
commit 255e58218d
1 changed files with 0 additions and 1 deletions

View File

@ -341,7 +341,6 @@ class NSX3Client(JSONRESTClient):
else:
url_prefix = "%s/%s" % (url_path_base,
url_prefix or '')
self.max_attempts = max_attempts
super(NSX3Client, self).__init__(
connection, url_prefix=url_prefix,