We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730bc31 commit 6914fdfCopy full SHA for 6914fdf
appium/webdriver/webelement.py
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-from typing import TYPE_CHECKING, Callable, Dict, Optional, Union, List
+from typing import TYPE_CHECKING, Callable, Dict, List, Optional, Union
16
17
from selenium.webdriver.common.utils import keys_to_typing
18
from selenium.webdriver.remote.command import Command as RemoteCommand
0 commit comments