diff options
author | Frederick Muriuki Muriithi | 2025-07-03 10:37:07 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-07-03 10:37:07 -0500 |
commit | 28ce78c87fb5fe9c81af98f2dea9d539663c4c25 (patch) | |
tree | e7ce581caed3019f2a68d61d1157eeea791c0ff5 | |
parent | 82313c725aebc610fb979a686bcda2dfd11a36cc (diff) | |
download | gn-auth-28ce78c87fb5fe9c81af98f2dea9d539663c4c25.tar.gz |
Provide missing symbol.
-rw-r--r-- | gn_auth/auth/authorisation/users/views.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gn_auth/auth/authorisation/users/views.py b/gn_auth/auth/authorisation/users/views.py index be4296b..5c163b2 100644 --- a/gn_auth/auth/authorisation/users/views.py +++ b/gn_auth/auth/authorisation/users/views.py @@ -28,6 +28,8 @@ from gn_auth.auth.requests import request_json from gn_auth.auth.db import sqlite3 as db from gn_auth.auth.db.sqlite3 import with_db_connection +from gn_auth.auth.authorisation.resources.system.models import system_resource + from gn_auth.auth.authorisation.resources.checks import authorised_for2 from gn_auth.auth.authorisation.resources.models import ( user_resources as _user_resources) |