Skip to content

Commit 5c5b172

Browse files
committed
Black check
1 parent f74f669 commit 5c5b172

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

brood/actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ def get_current_user_with_groups(
881881
objects = query.all()
882882
if len(objects) == 0:
883883
raise TokenNotFound(f"Token not found with ID: {token}")
884-
884+
885885
active_token = objects[0][0]
886886
user = objects[0][1]
887887
groups = []

0 commit comments

Comments
 (0)