File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed
packages/google-cloud-spanner/google/cloud/spanner_v1 Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2-
3- # Copyright 2020 Google LLC
2+ # Copyright 2025 Google LLC
43#
54# Licensed under the Apache License, Version 2.0 (the "License");
65# you may not use this file except in compliance with the License.
1413# See the License for the specific language governing permissions and
1514# limitations under the License.
1615#
17- from __future__ import absolute_import
18-
19- from google .cloud .spanner_v1 import gapic_version as package_version
20-
21- __version__ : str = package_version .__version__
22-
2316from google .cloud .spanner_v1 import param_types
2417from google .cloud .spanner_v1 ._async .client import Client as AsyncClient
2518from google .cloud .spanner_v1 ._async .pool import (
5144from .types .keys import KeySet as KeySetPB
5245from .types .mutation import Mutation
5346from .types .query_plan import PlanNode , QueryPlan
54- from .types .result_set import (
55- PartialResultSet ,
56- ResultSet ,
57- ResultSetMetadata ,
58- ResultSetStats ,
59- )
47+ from .types .result_set import PartialResultSet , ResultSet , ResultSetMetadata , ResultSetStats
6048from .types .spanner import (
6149 BatchCreateSessionsRequest ,
6250 BatchCreateSessionsResponse ,
9179``(allow_commit_timestamp=true)`` in the schema.
9280"""
9381
94-
9582__all__ = (
9683 # google.cloud.spanner_v1
9784 "__version__" ,
You can’t perform that action at this time.
0 commit comments