about summary refs log tree commit diff
path: root/gn3/authentication.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn3/authentication.py')
-rw-r--r--gn3/authentication.py4
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