提交 389c2cf1 编写于 作者: S Shinwell Hu

fix gitee style warning

上级 9887a2b9
......@@ -142,7 +142,7 @@ class Gitee(object):
Get detailed information of the given specific PR
"""
url_template = "https://gitee.com/api/v5/repos/{owner}/{repo}/pulls/{number}"
url = url_template.format(owner=owner,repo=repo,number=num)
url = url_template.format(owner=owner, repo=repo, number=num)
return self.get_gitee_json(url)
def get_gitee_json(self, url):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册