Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
brobro10000 committed May 8, 2024
1 parent 687397e commit ea3dff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_utils/fake_user_id_by_emails.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ def generate_emails_and_ids(num_emails):
string.digits, k=8)) + '@gmail.com': math.floor(random.random() * 1000)
for _ in range(num_emails)
}
return emails_and_ids
return emails_and_ids

0 comments on commit ea3dff8

Please sign in to comment.