Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 20, 2024
1 parent 2150636 commit 7fcd061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/ripple/user_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ async def authorize_login_and_activate_new_account(
username = await get_username_from_id(user_id)

user_ids_associated_with_device = await find_user_ids_with_hwid_matches(
user_id, hwid_set
user_id, hwid_set,
)

if user_ids_associated_with_device:
Expand Down

0 comments on commit 7fcd061

Please sign in to comment.