From 865c3b2683c1697981989edde69558103115db7d Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Tue, 12 Mar 2024 00:40:03 +0300 Subject: Remove unused imports. Signed-off-by: Munyoki Kilyungi --- gn_auth/auth/authorisation/privileges.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn_auth/auth/authorisation/privileges.py') diff --git a/gn_auth/auth/authorisation/privileges.py b/gn_auth/auth/authorisation/privileges.py index 99f41fc..fabab65 100644 --- a/gn_auth/auth/authorisation/privileges.py +++ b/gn_auth/auth/authorisation/privileges.py @@ -1,6 +1,6 @@ """Handle privileges""" from dataclasses import dataclass -from typing import Any, Iterable +from typing import Iterable from ..db import sqlite3 as db from ..authentication.users import User -- cgit v1.2.3