diff options
author | BonfaceKilz | 2022-01-05 16:57:54 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-01-05 16:58:24 +0300 |
commit | ac28fb48e4e3197de6bfeef332198b70689837c9 (patch) | |
tree | 54e4e27660e04e9ba412ab34daea8e1e2b2ecc97 | |
parent | 86a34454bfeae9fa0257627abc8a65c78199c476 (diff) | |
download | genenetwork3-ac28fb48e4e3197de6bfeef332198b70689837c9.tar.gz |
Fix pylint errors
-rw-r--r-- | gn3/authentication.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn3/authentication.py b/gn3/authentication.py index a6372c1..d0b35bc 100644 --- a/gn3/authentication.py +++ b/gn3/authentication.py @@ -163,3 +163,4 @@ def create_group(conn: Redis, group_name: Optional[str], } conn.hset("groups", group_id, json.dumps(group)) return group + return None |