Skip to content

Commit 6f7c5ac

Browse files
committed
[py] fix linter
1 parent 9e2da6e commit 6f7c5ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

py/selenium/webdriver/remote/webdriver.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,6 @@ def download_file(self, file_name: str, target_directory: str) -> None:
11661166
with zipfile.ZipFile(target_file, "r") as zip_ref:
11671167
zip_ref.extractall(target_directory)
11681168

1169-
11701169
def delete_downloadable_files(self) -> None:
11711170
"""Deletes all downloadable files."""
11721171
if "se:downloadsEnabled" not in self.capabilities:

0 commit comments

Comments
 (0)