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:
+1
-1
@@ -16,7 +16,7 @@
|
||||
import github.GithubObject
|
||||
|
||||
|
||||
class UserKey(github.GithubObject.GithubObject):
|
||||
class UserKey(github.GithubObject.CompletableGithubObject):
|
||||
"""
|
||||
This class represents UserKeys as returned for example by http://developer.github.com/v3/todo
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user