Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading