This commit is contained in:
Kenneth Reitz
2010-05-16 18:02:00 -04:00
parent d0d11c8827
commit 643f8e8fa8
-1
View File
@@ -40,7 +40,6 @@ class Gist(object):
def __init__(self, id=None, json=None):
self.id = id; self._json = json
# Map given repo id to gist id if none exists
if self._json: self.id = json['repo']