diff options
Diffstat (limited to 'gn_auth')
-rw-r--r-- | gn_auth/auth/authorisation/errors.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gn_auth/auth/authorisation/errors.py b/gn_auth/auth/authorisation/errors.py index 3bc7a04..60d6a22 100644 --- a/gn_auth/auth/authorisation/errors.py +++ b/gn_auth/auth/authorisation/errors.py @@ -23,7 +23,6 @@ class InvalidData(AuthorisationError): """ Exception if user requests invalid data """ - error_code: int = 400 class InconsistencyError(AuthorisationError): """ |