Skip to content

Commit 651654e

Browse files
committed
line too long
1 parent 5d5f9a9 commit 651654e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tind_client/client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ def fetch_metadata(self, record: str) -> Record:
7474

7575
def fetch_file(self, file_url: str, output_dir: str = "", modified: str = "") -> str:
7676
"""Download a file from TIND and save it locally.
77-
78-
If the file already exists in the output directory and was modified at or after a supplied ``modified``
79-
timestamp, the file will not be re-downloaded.
77+
78+
If the file already exists in the output directory and was modified at or after a supplied
79+
``modified`` timestamp, the file will not be re-downloaded.
8080
8181
:param str file_url: The TIND file download URL.
8282
:param str output_dir: Directory in which to save the file.

0 commit comments

Comments
 (0)