From aae24614c42852d4ba654646918282da0fbeca00 Mon Sep 17 00:00:00 2001 From: zamentur <4080016+zamentur@users.noreply.github.com> Date: Sun, 18 Aug 2024 22:57:18 +0000 Subject: [PATCH] :art: Format Python code with Black --- src/user.py | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/src/user.py b/src/user.py index e7341bf09..671a223c2 100644 --- a/src/user.py +++ b/src/user.py @@ -1302,12 +1302,7 @@ def user_group_update( hook_callback( "post_app_addaccess", - args=[ - app, - ",".join(users_to_add), - sub_permission, - "" - ], + args=[app, ",".join(users_to_add), sub_permission, ""], ) if remove and users_to_remove: @@ -1317,12 +1312,7 @@ def user_group_update( hook_callback( "post_app_removeaccess", - args=[ - app, - ",".join(users_to_remove), - sub_permission, - "" - ], + args=[app, ",".join(users_to_remove), sub_permission, ""], ) if not from_import: