diff options
author | BonfaceKilz | 2021-10-06 16:15:31 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-10-06 16:20:47 +0300 |
commit | 931c7eb07cc995118ba808df760fd74de036853f (patch) | |
tree | 61710d950a6fa474e58e92602d3781c86224b8fb /scripts | |
parent | 949789a00d8e6e901cc18b939737cd42e14c0236 (diff) | |
download | genenetwork2-931c7eb07cc995118ba808df760fd74de036853f.tar.gz |
scripts: group: Remove unused import
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/authentication/group.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/authentication/group.py b/scripts/authentication/group.py index eea13efe..d3f9a1e4 100644 --- a/scripts/authentication/group.py +++ b/scripts/authentication/group.py @@ -31,7 +31,8 @@ import redis import json import uuid -from typing import Dict, List, Optional, Set +from typing import Dict, Optional, Set + def create_group_data(users: Dict, target_group: str, members: Optional[str] = None, |