Skip to content

Commit

Permalink
Update update_integration() in admin.py
Browse files Browse the repository at this point in the history
Updated parameter definition indentation to match previous iteration for consistency.
  • Loading branch information
MarkTripod-Duo authored Nov 15, 2024
1 parent cbc246e commit 9b31d46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion duo_client/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -2792,7 +2792,8 @@ def update_integration(self,
trusted_device_days=None,
ip_whitelist=None,
ip_whitelist_enroll_policy=None,
groups_allowed=None, policy_key=None,
groups_allowed=None,
policy_key=None,
self_service_allowed=None,
sso=None):
"""Updates an integration.
Expand Down

0 comments on commit 9b31d46

Please sign in to comment.