From 27531c0a1350097ca36a555b8546bc282948de04 Mon Sep 17 00:00:00 2001 From: John Nduli Date: Fri, 18 Oct 2024 15:06:35 +0300 Subject: refactor: move definition of auth errs and remove auth cli utils --- gn3/case_attributes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn3/case_attributes.py') diff --git a/gn3/case_attributes.py b/gn3/case_attributes.py index efc82e9..9baff1e 100644 --- a/gn3/case_attributes.py +++ b/gn3/case_attributes.py @@ -27,7 +27,7 @@ from gn3.commands import run_cmd from gn3.db_utils import Connection, database_connection from gn3.oauth2.authorisation import require_token -from gn3.auth.authorisation.errors import AuthorisationError +from gn3.oauth2.errors import AuthorisationError caseattr = Blueprint("case-attribute", __name__) -- cgit 1.4.1