Skip to content

Commit 0bfd250

Browse files
committed
[py]: Fix linting
1 parent fbfa5d2 commit 0bfd250

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

py/selenium/webdriver/remote/file_detector.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,3 @@ def is_local_file(self, *keys: AnyKey) -> Optional[str]:
4949
with suppress(OSError):
5050
_ = Path(file_path).is_file()
5151
return file_path
52-

0 commit comments

Comments
 (0)