Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharest authored May 22, 2024
1 parent 0d94f43 commit 41f5a53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/jobs/scheduled_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ def integration_healthchecks():
def provision_aws_identity_center():
logging.info("Provisioning AWS Identity Center")
identity_center.synchronize(
enable_user_create=False, enable_membership_create=True, enable_membership_delete=True
enable_user_create=False,
enable_membership_create=True,
enable_membership_delete=True,
)


Expand Down

0 comments on commit 41f5a53

Please sign in to comment.