Skip to content

Commit 4b1b35c

Browse files
committed
[py] fix linter failure
1 parent 74b97dc commit 4b1b35c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

py/selenium/webdriver/remote/webdriver.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,8 @@ def get_downloadable_files(self) -> dict:
11441144
return self.execute(Command.GET_DOWNLOADABLE_FILES)["value"]["names"]
11451145

11461146
def download_file(self, file_name: str, target_directory: str) -> None:
1147-
"""Downloads a file with the specified file name to the target directory
1147+
"""Downloads a file with the specified file name to the target
1148+
directory.
11481149
11491150
file_name: The name of the file to download.
11501151
target_directory: The path to the directory to save the downloaded file.

0 commit comments

Comments
 (0)