Update ContentFile.py

This commit is contained in:
AKFish
2013-08-21 15:31:45 +08:00
parent ced048663b
commit 0c13da4592
2 changed files with 3 additions and 6 deletions
-3
View File
@@ -30,9 +30,6 @@ class ContentFile(github.GithubObject.CompletableGithubObject):
"""
This class represents ContentFiles 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 content(self):