Skip to content

Commit fcfa930

Browse files
committed
fix lint error
1 parent f93e178 commit fcfa930

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vmanage/api/cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def get_cluster_list(self):
8686
response = HttpMethods(self.session, url).request('GET')
8787
result = ParseMethods.parse_data(response)
8888
return result
89-
89+
9090
def get_cluster_ip_addresses_dict(self):
9191
"""Obtain vManage cluster IP list
9292

0 commit comments

Comments
 (0)