aboutsummaryrefslogtreecommitdiff
path: root/gn_auth/auth
diff options
context:
space:
mode:
Diffstat (limited to 'gn_auth/auth')
-rw-r--r--gn_auth/auth/authorisation/errors.py1
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):
"""