Clean up. NonCompletableGithubObject refactoring resolved.

This commit is contained in:
AKFish
2013-08-21 14:25:07 +08:00
parent 4a1a1d4068
commit a1b65636df
-5
View File
@@ -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