Skip to content

Commit d37e6df

Browse files
committed
use Tuple or python 3.8 and lower
1 parent cf337b9 commit d37e6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appium/webdriver/webdriver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class AppiumLocatorConverter:
7171
to the Appium server as-is.
7272
"""
7373

74-
def convert(self, by: str, value: str) -> tuple[str, str]:
74+
def convert(self, by: str, value: str) -> Tuple[str, str]:
7575
return (by, value)
7676

7777

0 commit comments

Comments
 (0)