From a1b65636df9408d93b115a3533a091e3e9cc68c4 Mon Sep 17 00:00:00 2001 From: AKFish Date: Wed, 21 Aug 2013 14:25:07 +0800 Subject: [PATCH] Clean up. NonCompletableGithubObject refactoring resolved. --- github/GithubObject.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/github/GithubObject.py b/github/GithubObject.py index 4289a445..e4060dff 100644 --- a/github/GithubObject.py +++ b/github/GithubObject.py @@ -80,11 +80,6 @@ class GithubObject(object): class NonCompletableGithubObject(GithubObject): -# def __init__(self, requester, attributes, completed): -# ''' -# Adapte for __init__ change, remove later -# ''' -# GithubObject.__init__(self, requester, {}, attributes, completed) def _completeIfNeeded(self): pass