Update GitTree.py

This commit is contained in:
AKFish
2013-08-21 13:30:39 +08:00
parent 274ab70f87
commit 02435f3a9f
2 changed files with 6 additions and 6 deletions
-5
View File
@@ -30,11 +30,6 @@ class GitTreeElement(github.GithubObject.NonCompletableGithubObject):
"""
This class represents GitTreeElements as returned for example by http://developer.github.com/v3/todo
"""
def __init__(self, requester, attributes, completed):
'''
Adapte for __init__ change, remove later
'''
github.GithubObject.NonCompletableGithubObject.__init__(self, requester, {}, attributes, completed)
@property
def mode(self):