diff --git a/github/GithubObject.py b/github/GithubObject.py index 4289a445..e4060dff 100644 --- a/github/GithubObject.py +++ b/github/GithubObject.py @@ -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