From c34df781ff313655c78464e0973bc0208be2a585 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 26 Aug 2026 10:00:18 -0500 Subject: Lint: Remove unused code and import. --- gn_auth/auth/authorisation/resources/groups/models.py | 1 - 1 file changed, 1 deletion(-) (limited to 'gn_auth/auth/authorisation/resources/groups/models.py') diff --git a/gn_auth/auth/authorisation/resources/groups/models.py b/gn_auth/auth/authorisation/resources/groups/models.py index 68f4ea0..60d4634 100644 --- a/gn_auth/auth/authorisation/resources/groups/models.py +++ b/gn_auth/auth/authorisation/resources/groups/models.py @@ -18,7 +18,6 @@ from gn_auth.auth.authentication.users import User, user_by_id from gn_auth.auth.authorisation.checks import authorised_p from gn_auth.auth.authorisation.privileges import Privilege from gn_auth.auth.authorisation.resources.errors import MissingGroupError -from gn_auth.auth.authorisation.resources.system.models import system_resource from gn_auth.auth.authorisation.resources.base import ( Resource, resource_from_dbrow) -- cgit 1.4.1