From 7e830d85ce311241c21b172be2f46cbff3ea0971 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Thu, 23 Apr 2026 07:35:08 +0000 Subject: [PATCH] chore: run librarian generate for google-cloud-storage --- .../tests/unit/asyncio/retry/test_reads_resumption_strategy.py | 2 +- .../tests/unit/asyncio/test_async_multi_range_downloader.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/google-cloud-storage/tests/unit/asyncio/retry/test_reads_resumption_strategy.py b/packages/google-cloud-storage/tests/unit/asyncio/retry/test_reads_resumption_strategy.py index 54ba6bfbf9aa..dc27cb701974 100644 --- a/packages/google-cloud-storage/tests/unit/asyncio/retry/test_reads_resumption_strategy.py +++ b/packages/google-cloud-storage/tests/unit/asyncio/retry/test_reads_resumption_strategy.py @@ -16,8 +16,8 @@ import io import unittest -from google.api_core import exceptions import google_crc32c +from google.api_core import exceptions from google.cloud import _storage_v2 as storage_v2 from google.cloud._storage_v2.types.storage import BidiReadObjectRedirectedError diff --git a/packages/google-cloud-storage/tests/unit/asyncio/test_async_multi_range_downloader.py b/packages/google-cloud-storage/tests/unit/asyncio/test_async_multi_range_downloader.py index 6c90fc10f5d8..24a632b68131 100644 --- a/packages/google-cloud-storage/tests/unit/asyncio/test_async_multi_range_downloader.py +++ b/packages/google-cloud-storage/tests/unit/asyncio/test_async_multi_range_downloader.py @@ -17,9 +17,9 @@ from unittest import mock from unittest.mock import AsyncMock +import google_crc32c import pytest from google.api_core import exceptions -import google_crc32c from google.cloud import _storage_v2 from google.cloud.storage.asyncio import async_read_object_stream