Skip to content

Commit

Permalink
[py] Re-add deleted docstring from Protocol enum
Browse files Browse the repository at this point in the history
  • Loading branch information
symonk committed Dec 10, 2022
1 parent 966b804 commit 3bc3385
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions py/selenium/webdriver/common/virtual_authenticator.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@


class Protocol(str, Enum):
"""Protocol to communicate with the authenticator."""

CTAP2: str = "ctap2"
U2F: str = "ctap1/u2f"

Expand Down

0 comments on commit 3bc3385

Please sign in to comment.