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