Update Gist*.py

This commit is contained in:
AKFish
2013-08-21 15:39:34 +08:00
parent c15cb6575b
commit dc8173a532
6 changed files with 8 additions and 17 deletions
-3
View File
@@ -32,9 +32,6 @@ class GistComment(github.GithubObject.CompletableGithubObject):
"""
This class represents GistComments 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 body(self):