about summary refs log tree commit diff
path: root/gn3/case_attributes.py
diff options
context:
space:
mode:
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__)