Update GitTree

This commit is contained in:
AKFish
2013-08-21 15:55:42 +08:00
parent c89bebc729
commit 038e35cb3d
3 changed files with 15 additions and 6 deletions
-3
View File
@@ -32,9 +32,6 @@ class GitTree(github.GithubObject.CompletableGithubObject):
"""
This class represents GitTrees 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.CompletableGithubObject.__init__(self, requester, {}, attributes, completed)
@property
def sha(self):