Remove unnecessary property in error class.

This commit is contained in:
juanifioren 2015-08-03 15:09:12 -03:00
parent fea7c49d0a
commit 8040dd7670

View file

@ -97,10 +97,6 @@ class AuthorizeError(Exception):
return uri
@property
def response(self):
pass
class TokenError(Exception):