From 294025e178c6f0de1a891311e664ef5d22be77ba Mon Sep 17 00:00:00 2001 From: Nanda Scott Date: Mon, 22 Oct 2018 10:27:40 -0400 Subject: [PATCH] Missed a few indents --- scrython/sets/sets.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scrython/sets/sets.py b/scrython/sets/sets.py index 9c4ffe3..7111578 100644 --- a/scrython/sets/sets.py +++ b/scrython/sets/sets.py @@ -131,8 +131,8 @@ class Sets(SetsObject): return self.scryfallJson['data'][num]['search_uri'] - #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 + #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 def code(self): raise AttributeError('This object has no key \'code\'')