Skip to content

Commit 7d96842

Browse files
committed
fix typo [close ch36852]
1 parent 9508775 commit 7d96842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataikuapi/dss/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ def save(self):
728728
"PUT", "/admin/clusters/%s" % (self.cluster_id), body=self.settings)
729729

730730
class DSSClusterStatus(object):
731-
def __init__(self, client, cluster_id, settings):
731+
def __init__(self, client, cluster_id, status):
732732
"""Do not call directly, use :meth:`DSSCluster.get_Status`"""
733733
self.client = client
734734
self.cluster_id = cluster_id

0 commit comments

Comments
 (0)