Skip to content

Commit 53ebb37

Browse files
authored
chore: update librarian to v0.36.0 (#18071)
Fixes #18062
1 parent 895ffa2 commit 53ebb37

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
language: python
15-
version: v0.35.0
15+
version: v0.36.0
1616
repo: googleapis/google-cloud-python
1717
sources:
1818
googleapis:

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
import google_crc32c
2121
import pytest
2222
from google.api_core import exceptions
23-
from google.rpc import error_details_pb2
24-
from google.rpc import status_pb2
23+
from google.rpc import error_details_pb2, status_pb2
2524

2625
from google.cloud import _storage_v2
2726
from google.cloud.storage.asyncio import async_read_object_stream

0 commit comments

Comments
 (0)