mirror of
https://github.com/kennethreitz/gistapi.py.git
synced 2026-06-05 23:10:17 +00:00
whoops
This commit is contained in:
@@ -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']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user