Skip to content

Commit ec47689

Browse files
committed
chore: add return value
Signed-off-by: Youngjin Jo <[email protected]>
1 parent cc4a9de commit ec47689

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/spaceone/identity/service/workspace_group_service.py

+2
Original file line numberDiff line numberDiff line change
@@ -656,6 +656,8 @@ def update_user_info(
656656
workspace_group_info.users = updated_users
657657
return workspace_group_info.to_dict()
658658

659+
return {}
660+
659661
def get_users_info_list(
660662
self,
661663
new_users_info_list: List[Dict[str, str]],

0 commit comments

Comments
 (0)