Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and Monzyy committed May 24, 2024
1 parent dce44a3 commit abf8900
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_bucket.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ def download_directory(tmp_path) -> Path:
return dir


def test_upload_download_blob_to_bucket(bucket: LocalBucket, file_to_upload: Path, result_path: Path):
def test_upload_download_blob_to_bucket(
bucket: LocalBucket, file_to_upload: Path, result_path: Path
):
blob_name = "my_upload_file.bin"
bucket.upload_filepath(file_to_upload, blob_name)
bucket.download_blob_to_filepath(result_path, blob_name)
Expand Down

0 comments on commit abf8900

Please sign in to comment.