diff --git a/github/Event.py b/github/Event.py index bf185c4a..60e7c863 100644 --- a/github/Event.py +++ b/github/Event.py @@ -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):