We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50aa17 commit 2511168Copy full SHA for 2511168
1 file changed
embedly/models.py
@@ -22,9 +22,3 @@ def __str__(self):
22
23
def __unicode__(self):
24
return '<%s %s>' % (self.method.title(), self.original_url or "")
25
-
26
- def __getitem__(self, key):
27
- if (key in self.data) and (self.data[key] == None):
28
- return ''
29
- else:
30
- return self.data[key]
0 commit comments