Skip to content

Commit 3354542

Browse files
authored
Fix formatting
1 parent 5ee2faa commit 3354542

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

appium/webdriver/webdriver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
)
2323
from selenium.webdriver.remote.command import Command as RemoteCommand
2424
from selenium.webdriver.remote.remote_connection import RemoteConnection
25+
2526
# `selenium.webdriver.Remote` could be used instead, but Pyright wouldn't locate the class properly.
2627
from selenium.webdriver.remote.webdriver import WebDriver as Remote
2728
from typing_extensions import Self

0 commit comments

Comments
 (0)