Skip to content

Commit

Permalink
Apply ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Feb 2, 2024
1 parent 85f73f1 commit 44a7ca5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test___main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@ def test_download_folder_from_gdrive():
print(e, file=sys.stderr)
else:
file_ids, md5s = zip(*folder_id_and_md5s)
raise AssertionError(
f"Failed to download any of the folders: {file_ids}"
)
raise AssertionError(f"Failed to download any of the folders: {file_ids}")


def test_download_a_folder_with_remining_ok_false():
Expand Down

0 comments on commit 44a7ca5

Please sign in to comment.