mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Change CompletableGithubObject.__init__ without breaking build.
This commit is contained in:
@@ -34,7 +34,8 @@ class RepositoryKey(github.GithubObject.CompletableGithubObject):
|
||||
"""
|
||||
|
||||
def __init__(self, requester, attributes, completed, repoUrl):
|
||||
github.GithubObject.CompletableGithubObject.__init__(self, requester, attributes, completed)
|
||||
##############NOTE: this one should not be removed but modified
|
||||
github.GithubObject.CompletableGithubObject.__init__(self, requester, {}, attributes, completed)
|
||||
self.__repoUrl = repoUrl
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user