diff options
Diffstat (limited to 'gn_auth/auth/authorisation/resources/groups')
-rw-r--r-- | gn_auth/auth/authorisation/resources/groups/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn_auth/auth/authorisation/resources/groups/models.py b/gn_auth/auth/authorisation/resources/groups/models.py index fc10972..e8c3492 100644 --- a/gn_auth/auth/authorisation/resources/groups/models.py +++ b/gn_auth/auth/authorisation/resources/groups/models.py @@ -2,7 +2,7 @@ import json from uuid import UUID, uuid4 from functools import reduce -from dataclasses import dataclass, asdict +from dataclasses import dataclass from typing import Any, Sequence, Iterable, Optional from flask import g |