mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 03:11:09 +00:00
Clean up. NonCompletableGithubObject refactoring resolved.
This commit is contained in:
@@ -80,11 +80,6 @@ class GithubObject(object):
|
||||
|
||||
|
||||
class NonCompletableGithubObject(GithubObject):
|
||||
# def __init__(self, requester, attributes, completed):
|
||||
# '''
|
||||
# Adapte for __init__ change, remove later
|
||||
# '''
|
||||
# GithubObject.__init__(self, requester, {}, attributes, completed)
|
||||
def _completeIfNeeded(self):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user