diff options
Diffstat (limited to 'gn3/authentication.py')
-rw-r--r-- | gn3/authentication.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gn3/authentication.py b/gn3/authentication.py index 4aedacd..d0b35bc 100644 --- a/gn3/authentication.py +++ b/gn3/authentication.py @@ -163,8 +163,4 @@ def create_group(conn: Redis, group_name: Optional[str], } conn.hset("groups", group_id, json.dumps(group)) return group - # This might break stuff, but it fixes the linting error regarding - # inconsistent return types. - # @BonfaceKilz please review this and replace with appropriate return and - # remove these comments. return None |