Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Lint
  • Loading branch information
samtstern committed May 27, 2020
commit d8732a48ab64623facdddab133c3344b16514ab8
2 changes: 1 addition & 1 deletion snippets/auth/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def bulk_get_users():
for user in result.users:
print(user)

print ('Unable to find users corresponding to these identifiers:')
print('Unable to find users corresponding to these identifiers:')
for uid in result.notfound:
print(uid)
# [END bulk_get_users]
Expand Down