Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
circulon committed Sep 15, 2024
1 parent 62ca65d commit fa37286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycognito/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ def admin_set_user_password(self, username, passqord, permanent=False):
UserPoolId=self.user_pool_id,
Username=username,
Password=passqord,
Permanent=permanent
Permanent=permanent,
)

def confirm_forgot_password(self, confirmation_code, password):
Expand Down

0 comments on commit fa37286

Please sign in to comment.