Skip to content

Commit 29fc508

Browse files
committed
[py]: Fix linting issues
1 parent 3345f53 commit 29fc508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

py/test/unit/selenium/webdriver/virtual_authenticator/virtual_authenticator_options_tests.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ def test_bespoke_options_for_virtual_authenticator():
3232
has_resident_key=True,
3333
has_user_verification=True,
3434
is_user_consenting=False,
35-
is_user_verified=True
35+
is_user_verified=True,
3636
).to_dict() == {
3737
"protocol": "ctap1/u2f",
3838
"transport": "ble",
3939
"hasResidentKey": True,
4040
"hasUserVerification": True,
4141
"isUserConsenting": False,
42-
"isUserVerified": True
42+
"isUserVerified": True,
4343
}
4444

4545

0 commit comments

Comments
 (0)