Skip to content

Commit 3c6d27c

Browse files
committed
[py]: fixes flake8 violations in virtual_authenticator.py
1 parent e12972e commit 3c6d27c

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

py/selenium/webdriver/common/virtual_authenticator.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@
2020
from base64 import urlsafe_b64encode, urlsafe_b64decode
2121
from enum import Enum
2222
import typing
23-
import sys
24-
25-
if typing.TYPE_CHECKING:
26-
if sys.version_info >= (3, 8):
27-
from typing import Literal
28-
else:
29-
from typing_extensions import Literal
3023

3124

3225
class Protocol(Enum):

0 commit comments

Comments
 (0)