mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 03:41:08 +00:00
Refactor XxxGithubObject
This commit is contained in:
@@ -47,7 +47,7 @@ import github.Event
|
||||
import github.Legacy
|
||||
|
||||
|
||||
class Repository(github.GithubObject.GithubObject):
|
||||
class Repository(github.GithubObject.CompletableGithubObject):
|
||||
"""
|
||||
This class represents Repositorys as returned for example by http://developer.github.com/v3/todo
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user