Skip to content

Commit 03a1333

Browse files
authored
chore: update librarian to v0.14.0 (#17190)
1 parent e5c8cf9 commit 03a1333

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

librarian.yaml

Lines changed: 2 additions & 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.13.0
15+
version: v0.14.0
1616
repo: googleapis/google-cloud-python
1717
sources:
1818
googleapis:
@@ -1660,6 +1660,7 @@ libraries:
16601660
version: 2.38.0
16611661
apis:
16621662
- path: google/pubsub/v1
1663+
skip_generate: true
16631664
python:
16641665
library_type: GAPIC_COMBO
16651666
opt_args_by_api:

packages/google-cloud-spanner/samples/samples/backup_sample_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ def _verify_restored_database(
3838
kms_key_name=None,
3939
kms_key_names=None,
4040
):
41-
from google.cloud.spanner_admin_database_v1.types import spanner_database_admin
4241
import time
4342

43+
from google.cloud.spanner_admin_database_v1.types import spanner_database_admin
44+
4445
database_admin_api = spanner_client.database_admin_api
4546
db_path = database_admin_api.database_path(
4647
spanner_client.project, instance_id, database_id

0 commit comments

Comments
 (0)