diff --git a/librarian.yaml b/librarian.yaml index e1203e7eb77e..59840cedc6e7 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. language: python -version: v0.35.0 +version: v0.36.0 repo: googleapis/google-cloud-python sources: googleapis: 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 97f532a90d0b..bc4b37a68a6e 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 @@ -20,8 +20,7 @@ import google_crc32c import pytest from google.api_core import exceptions -from google.rpc import error_details_pb2 -from google.rpc import status_pb2 +from google.rpc import error_details_pb2, status_pb2 from google.cloud import _storage_v2 from google.cloud.storage.asyncio import async_read_object_stream