Skip to content

Commit 6914fdf

Browse files
committed
fix the order for ruff
1 parent 730bc31 commit 6914fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appium/webdriver/webelement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from typing import TYPE_CHECKING, Callable, Dict, Optional, Union, List
15+
from typing import TYPE_CHECKING, Callable, Dict, List, Optional, Union
1616

1717
from selenium.webdriver.common.utils import keys_to_typing
1818
from selenium.webdriver.remote.command import Command as RemoteCommand

0 commit comments

Comments
 (0)