Skip to content

Commit f84541b

Browse files
fix: pipeline
1 parent 710cd5c commit f84541b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appium/webdriver/extensions/flutter_integration/flutter_finder.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@
1717

1818
from typing import Tuple, Union
1919

20-
from appium.webdriver.common.appiumby.AppiumBy import By as AppiumBy
21-
from appium.webdriver.common.appiumby.AppiumBy import ByType as AppiumByType
2220
from selenium.webdriver.common.by import ByType as SeleniumByType
2321

22+
from appium.webdriver.common.appiumby import AppiumBy
23+
from appium.webdriver.common.appiumby import ByType as AppiumByType
24+
2425

2526
class FlutterFinder:
2627
def __init__(self, using: Union[SeleniumByType, AppiumByType], value: str) -> None:

0 commit comments

Comments
 (0)