Skip to content

Commit 3bc3385

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

py/selenium/webdriver/common/virtual_authenticator.py

Lines changed: 2 additions & 0 deletions
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)