From b7129cf53bb5250c734540d87b88780ba5fbc981 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Thu, 8 Feb 2024 12:44:56 +0300 Subject: Remove redundant error code for InvalidData. Signed-off-by: Munyoki Kilyungi --- gn_auth/auth/authorisation/errors.py | 1 - 1 file changed, 1 deletion(-) (limited to 'gn_auth/auth') 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): """ -- cgit v1.2.3