Skip to content

Commit 8899e13

Browse files
committed
[py] Fix type hint
1 parent c56ad9a commit 8899e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/common/virtual_authenticator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def __init__(
8080
self,
8181
credential_id: bytes,
8282
is_resident_credential: bool,
83-
rp_id: str,
83+
rp_id: Optional[str],
8484
user_handle: Optional[bytes],
8585
private_key: bytes,
8686
sign_count: int,

0 commit comments

Comments
 (0)