Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sumesh-aot committed Dec 2, 2024
1 parent ea4ce75 commit 3b09489
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion forms-flow-idm/migration/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ def add_group_membership_mapper(access_token, client_id):
response = requests.post(url, headers=headers, json=payload)
response.raise_for_status()
print("Group membership mapper created successfully.")
# return response.json()


def check_client_role_exists(access_token, client_id, role_name):
Expand Down

0 comments on commit 3b09489

Please sign in to comment.