Skip to content

Commit 9806732

Browse files
committed
move ignore
1 parent 535f7d8 commit 9806732

2 files changed

Lines changed: 3 additions & 14 deletions

File tree

appium/webdriver/webdriver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,8 @@ def switch_to(self) -> MobileSwitchTo:
400400
return MobileSwitchTo(self)
401401

402402
# MJSONWP for Selenium v4
403-
@property
404-
def orientation(self) -> str: # type: ignore[override]
403+
@property # type: ignore[override]
404+
def orientation(self) -> str:
405405
"""
406406
Gets the current orientation of the device
407407

uv.lock

Lines changed: 1 addition & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)