Skip to content

Commit 3bc3385

Browse files
committed
[py] Re-add deleted docstring from Protocol enum
1 parent 966b804 commit 3bc3385

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

py/selenium/webdriver/common/virtual_authenticator.py

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323

2424

2525
class Protocol(str, Enum):
26+
"""Protocol to communicate with the authenticator."""
27+
2628
CTAP2: str = "ctap2"
2729
U2F: str = "ctap1/u2f"
2830

0 commit comments

Comments
 (0)