Missed a few indents
This commit is contained in:
parent
c684bb7eb1
commit
294025e178
|
@ -131,8 +131,8 @@ class Sets(SetsObject):
|
||||||
|
|
||||||
return self.scryfallJson['data'][num]['search_uri']
|
return self.scryfallJson['data'][num]['search_uri']
|
||||||
|
|
||||||
#The following attributes are only to override the inherited class attributes.
|
#The following attributes are only to override the inherited class attributes.
|
||||||
#This class has no matching attributes but we still need the getRequest from SetsObject
|
#This class has no matching attributes but we still need the getRequest from SetsObject
|
||||||
|
|
||||||
def code(self):
|
def code(self):
|
||||||
raise AttributeError('This object has no key \'code\'')
|
raise AttributeError('This object has no key \'code\'')
|
||||||
|
|
Loading…
Reference in New Issue