Skip to content

Commit 5243ee3

Browse files
committed
remove self and UnknownMethodException
1 parent 08457d4 commit 5243ee3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

appium/webdriver/webdriver.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@
1717
from selenium.common.exceptions import (
1818
InvalidArgumentException,
1919
SessionNotCreatedException,
20-
UnknownMethodException,
2120
WebDriverException,
2221
)
2322
from selenium.webdriver.remote.command import Command as RemoteCommand
2423
from selenium.webdriver.remote.remote_connection import RemoteConnection
2524

2625
# `selenium.webdriver.Remote` could be used instead, but Pyright wouldn't locate the class properly.
2726
from selenium.webdriver.remote.webdriver import WebDriver as Remote
28-
from typing_extensions import Self
2927

3028
from appium.common.logger import logger
3129
from appium.options.common.base import AppiumOptions

0 commit comments

Comments
 (0)