From 4b0eed1a90a200a4283778b10d116f4f76ad9455 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 17 Jun 2024 14:25:47 -0500 Subject: Fix linting errors. --- gn_auth/auth/authorisation/privileges/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'gn_auth/auth/authorisation/privileges/__init__.py') diff --git a/gn_auth/auth/authorisation/privileges/__init__.py b/gn_auth/auth/authorisation/privileges/__init__.py index 18c7f5d..c99031d 100644 --- a/gn_auth/auth/authorisation/privileges/__init__.py +++ b/gn_auth/auth/authorisation/privileges/__init__.py @@ -1,5 +1,6 @@ """Package for Privileges.""" from .models import (Privilege, user_privileges, + privilege_by_id, privileges_by_ids, db_row_to_privilege) -- cgit v1.2.3