Imgur / imgurpython

Official Imgur python client library (deprecated)
MIT License
546 stars 116 forks source link

Removed errant comma #20

Closed mrecachinas closed 10 years ago

mrecachinas commented 10 years ago

self.created = created, builds a tuple in self.created. This appears to be a mistake. See below for an example:

>>> x = 3,
>>> x
(3,)