From e8e8d174fb65249dd6aa41d3ec7993223dc83af4 Mon Sep 17 00:00:00 2001 From: AKFish Date: Wed, 21 Aug 2013 13:08:48 +0800 Subject: [PATCH] Update Event.py --- github/Event.py | 5 ----- 1 file changed, 5 deletions(-) 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):