Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharest authored Oct 2, 2024
1 parent 14807cb commit 2b67b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/integrations/aws/identity_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def list_groups_with_memberships(
if not tolerate_errors:
break
if member_details:
membership['MemberId'].update(member_details)
membership["MemberId"].update(member_details)
if memberships and (not error_occurred or tolerate_errors):
group["GroupMemberships"] = memberships
groups_with_memberships.append(group)
Expand Down

0 comments on commit 2b67b48

Please sign in to comment.