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/roles/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn_auth/auth/authorisation/roles') diff --git a/gn_auth/auth/authorisation/roles/models.py b/gn_auth/auth/authorisation/roles/models.py index 74f9e64..5d52be0 100644 --- a/gn_auth/auth/authorisation/roles/models.py +++ b/gn_auth/auth/authorisation/roles/models.py @@ -1,7 +1,7 @@ """Handle management of roles""" from uuid import UUID, uuid4 from functools import reduce -from typing import Any, Sequence, Iterable, NamedTuple +from dataclasses import dataclass, asdict from typing import Any, Sequence, Iterable -- cgit v1.2.3