about summary refs log tree commit diff
path: root/gn3/case_attributes.py
diff options
context:
space:
mode:
authorJohn Nduli2024-10-18 15:06:35 +0300
committerFrederick Muriuki Muriithi2024-10-18 09:28:40 -0500
commit27531c0a1350097ca36a555b8546bc282948de04 (patch)
treeb209f28f6da28fc0384ddfe1145cfe413f2bf8e3 /gn3/case_attributes.py
parent1aeb61f50567e2400c3cc1a18eeef1e59bdc68ac (diff)
downloadgenenetwork3-27531c0a1350097ca36a555b8546bc282948de04.tar.gz
refactor: move definition of auth errs and remove auth cli utils
Diffstat (limited to 'gn3/case_attributes.py')
-rw-r--r--gn3/case_attributes.py2
1 files changed, 1 insertions, 1 deletions
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__)