Skip to content

Commit

Permalink
[py] fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Nov 5, 2023
1 parent 9e2da6e commit 6f7c5ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py/selenium/webdriver/remote/webdriver.py
Expand Up @@ -1166,7 +1166,6 @@ def download_file(self, file_name: str, target_directory: str) -> None:
with zipfile.ZipFile(target_file, "r") as zip_ref:
zip_ref.extractall(target_directory)


def delete_downloadable_files(self) -> None:
"""Deletes all downloadable files."""
if "se:downloadsEnabled" not in self.capabilities:
Expand Down

0 comments on commit 6f7c5ac

Please sign in to comment.