Remove unnecessary property in error class.
This commit is contained in:
parent
fea7c49d0a
commit
8040dd7670
1 changed files with 0 additions and 4 deletions
|
@ -97,10 +97,6 @@ class AuthorizeError(Exception):
|
|||
|
||||
return uri
|
||||
|
||||
@property
|
||||
def response(self):
|
||||
pass
|
||||
|
||||
|
||||
class TokenError(Exception):
|
||||
|
||||
|
|
Loading…
Reference in a new issue