Skip to content

Commit 6cae9e8

Browse files
authored
chore: remove unnecessary overrides in librarian.yaml (googleapis#16936)
Compute v1beta and Storage v2 now have issue trackers in Librarian's sdk.yaml. This PR includes regeneration of all libraries - the Compute package is entirely unchanged; the tracker for Storage is changed (but still present, and checked for correctness). Fixes googleapis/librarian#5465
1 parent 28487f5 commit 6cae9e8

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

librarian.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,6 @@ libraries:
748748
apis:
749749
- path: google/cloud/compute/v1beta
750750
python:
751-
issue_tracker_override: https://issuetracker.google.com/issues/new?component=187134&template=0
752751
default_version: v1beta
753752
- name: google-cloud-confidentialcomputing
754753
version: 0.9.0
@@ -1939,7 +1938,6 @@ libraries:
19391938
google/storage/v2:
19401939
- python-gapic-namespace=google.cloud
19411940
- python-gapic-name=_storage
1942-
issue_tracker_override: https://issuetracker.google.com/savedsearches/559782
19431941
metadata_name_override: storage
19441942
default_version: v2
19451943
- name: google-cloud-storage-control

packages/google-cloud-storage/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"client_documentation": "https://cloud.google.com/python/docs/reference/storage/latest",
66
"default_version": "v2",
77
"distribution_name": "google-cloud-storage",
8-
"issue_tracker": "https://issuetracker.google.com/savedsearches/559782",
8+
"issue_tracker": "https://issuetracker.google.com/issues/new?component=187243\u0026template=1162869",
99
"language": "python",
1010
"library_type": "GAPIC_MANUAL",
1111
"name": "storage",

packages/google-cloud-storage/tests/perf/microbenchmarks/time_based/reads/test_reads.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import random
2121
import time
2222
from typing import List, NamedTuple, Optional
23+
2324
import pytest
2425

2526
import tests.perf.microbenchmarks.time_based.reads.config as config

0 commit comments

Comments
 (0)