Skip to content

Commit 2697ea5

Browse files
committed
generated changes
1 parent d1e5b54 commit 2697ea5

File tree

1 file changed

+2
-15
lines changed
  • packages/google-cloud-spanner/google/cloud/spanner_v1

1 file changed

+2
-15
lines changed

packages/google-cloud-spanner/google/cloud/spanner_v1/__init__.py

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
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.
@@ -14,12 +13,6 @@
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-
2316
from google.cloud.spanner_v1 import param_types
2417
from google.cloud.spanner_v1._async.client import Client as AsyncClient
2518
from google.cloud.spanner_v1._async.pool import (
@@ -51,12 +44,7 @@
5144
from .types.keys import KeySet as KeySetPB
5245
from .types.mutation import Mutation
5346
from .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
6048
from .types.spanner import (
6149
BatchCreateSessionsRequest,
6250
BatchCreateSessionsResponse,
@@ -91,7 +79,6 @@
9179
``(allow_commit_timestamp=true)`` in the schema.
9280
"""
9381

94-
9582
__all__ = (
9683
# google.cloud.spanner_v1
9784
"__version__",

0 commit comments

Comments
 (0)