From 73f7e91dec6b257826508df663ca43036ac40222 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Tue, 2 Dec 2025 17:16:12 -0500 Subject: [PATCH] chore: format --- backend/open_webui/utils/groups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/open_webui/utils/groups.py b/backend/open_webui/utils/groups.py index 6198aec2e7..0f15f27e2c 100644 --- a/backend/open_webui/utils/groups.py +++ b/backend/open_webui/utils/groups.py @@ -10,7 +10,7 @@ def apply_default_group_assignment( ) -> None: """ Apply default group assignment to a user if default_group_id is provided. - + Args: default_group_id: ID of the default group to add the user to user_id: ID of the user to add to the default group