未验证 提交 e69c14fc 编写于 作者: Z zhangchunle 提交者: GitHub

fix no-self-argument (#33356)

上级 6550c203
......@@ -83,7 +83,7 @@ class Cluster(object):
def __ne__(self, cluster):
return not self.__eq__(cluster)
def update_pods(cluster):
def update_pods(self, cluster):
self.pods = copy.copy(cluster.pods)
def trainers_nranks(self):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册