Skip to content

Commit

Permalink
[py]: Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
symonk committed Aug 2, 2023
1 parent fbfa5d2 commit 0bfd250
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py/selenium/webdriver/remote/file_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ def is_local_file(self, *keys: AnyKey) -> Optional[str]:
with suppress(OSError):
_ = Path(file_path).is_file()
return file_path

0 comments on commit 0bfd250

Please sign in to comment.