diff options
| author | Frederick Muriuki Muriithi | 2026-02-10 14:48:23 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-02-10 14:48:23 -0600 |
| commit | c621d7800fb5f6f2ad5588982fc609faa7dff34b (patch) | |
| tree | e757735c8a9b709eb18d2bb5dd6c59770c21642a | |
| parent | 695bd0ddf0c983035d257792eb2a23f22b2ef93f (diff) | |
| download | gn-auth-c621d7800fb5f6f2ad5588982fc609faa7dff34b.tar.gz | |
Bug: Fix import path.
| -rw-r--r-- | gn_auth/auth/authorisation/resources/checks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn_auth/auth/authorisation/resources/checks.py b/gn_auth/auth/authorisation/resources/checks.py index f139179..bc9e4da 100644 --- a/gn_auth/auth/authorisation/resources/checks.py +++ b/gn_auth/auth/authorisation/resources/checks.py @@ -9,11 +9,11 @@ import gn_libs.sqlite3 as authdb from gn_libs.privileges import check from .base import Resource +from .system.models import system_resource from ...db import sqlite3 as db from ...authentication.users import User -from ..system.models import system_resource from ..privileges.models import db_row_to_privilege |
