Skip to content

Commit

Permalink
[py]: Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
symonk committed Dec 10, 2022
1 parent 3345f53 commit 29fc508
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ def test_bespoke_options_for_virtual_authenticator():
has_resident_key=True,
has_user_verification=True,
is_user_consenting=False,
is_user_verified=True
is_user_verified=True,
).to_dict() == {
"protocol": "ctap1/u2f",
"transport": "ble",
"hasResidentKey": True,
"hasUserVerification": True,
"isUserConsenting": False,
"isUserVerified": True
"isUserVerified": True,
}


Expand Down

0 comments on commit 29fc508

Please sign in to comment.