Skip to content

Commit d82998e

Browse files
committed
chore: revert storage changes for now, to work around broken test
1 parent 43e53e3 commit d82998e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/google-cloud-storage/tests/unit/asyncio/retry/test_reads_resumption_strategy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
import io
1717
import unittest
1818

19-
import google_crc32c
2019
from google.api_core import exceptions
20+
import google_crc32c
2121

2222
from google.cloud import _storage_v2 as storage_v2
2323
from google.cloud._storage_v2.types.storage import BidiReadObjectRedirectedError

packages/google-cloud-storage/tests/unit/asyncio/test_async_multi_range_downloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
from unittest import mock
1818
from unittest.mock import AsyncMock
1919

20-
import google_crc32c
2120
import pytest
2221
from google.api_core import exceptions
22+
import google_crc32c
2323

2424
from google.cloud import _storage_v2
2525
from google.cloud.storage.asyncio import async_read_object_stream

0 commit comments

Comments
 (0)