Skip to content

Commit

Permalink
[py]: fixes flake8 violations in virtual_authenticator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
symonk committed Aug 21, 2022
1 parent e12972e commit 3c6d27c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions py/selenium/webdriver/common/virtual_authenticator.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@
from base64 import urlsafe_b64encode, urlsafe_b64decode
from enum import Enum
import typing
import sys

if typing.TYPE_CHECKING:
if sys.version_info >= (3, 8):
from typing import Literal
else:
from typing_extensions import Literal


class Protocol(Enum):
Expand Down

0 comments on commit 3c6d27c

Please sign in to comment.