Skip to content

Commit

Permalink
feat(objects): fix type and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Lowaiz committed Dec 14, 2023
1 parent 8cb94d4 commit 2687213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vaultwarden/models/bitwarden.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def user_search(
self,
email: str,
mfa: bool | None = None,
force_refresh: bool | None = None,
force_refresh: bool = False,
) -> OrganizationUserDetails | None:
users = self.users(search=email, mfa=mfa, force_refresh=force_refresh)
if len(users) == 0:
Expand Down

0 comments on commit 2687213

Please sign in to comment.