From 16819c28eced1c4b3ab1338281e4c1efe32f2cb0 Mon Sep 17 00:00:00 2001 From: JoeWang1127 Date: Tue, 11 Aug 2026 18:42:57 +0000 Subject: [PATCH] chore: update librarian to --- librarian.yaml | 2 +- .../tests/unit/asyncio/test_async_multi_range_downloader.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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