From 643f8e8fa80d08628048440ac4158d15aa8ee003 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 16 May 2010 18:02:00 -0400 Subject: [PATCH] whoops --- gistapi/gistapi.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gistapi/gistapi.py b/gistapi/gistapi.py index de6b340..c6b1ebc 100644 --- a/gistapi/gistapi.py +++ b/gistapi/gistapi.py @@ -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']