Update Event.py

This commit is contained in:
AKFish
2013-08-21 13:08:48 +08:00
parent 9f6562cb62
commit e8e8d174fb
-5
View File
@@ -35,11 +35,6 @@ class Event(github.GithubObject.NonCompletableGithubObject):
"""
This class represents Events. The reference can be found here http://developer.github.com/v3/activity/events/
"""
def __init__(self, requester, attributes, completed):
'''
Adapte for __init__ change, remove later
'''
github.GithubObject.NonCompletableGithubObject.__init__(self, requester, {}, attributes, completed)
@property
def actor(self):