Skip to content

Commit

Permalink
Remove early return.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Mar 13, 2024
1 parent 8585d80 commit 9104b9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iree_tests/download_remote_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def download_for_test_case(test_dir: Path, test_case_json: dict):
max_single_get_size=1024 * 1024 * 32, # 32 MiB
) as container_client:
download_azure_remote_files(test_dir, container_client, remote_file_group)
return


if __name__ == "__main__":
Expand Down

0 comments on commit 9104b9b

Please sign in to comment.