Skip to content

Commit 35fda0d

Browse files
committed
patch handwritten changes
1 parent 7a44a9d commit 35fda0d

File tree

1 file changed

+6
-0
lines changed
  • packages/google-cloud-spanner/google/cloud/spanner_v1

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16+
from __future__ import absolute_import
17+
18+
from google.cloud.spanner_v1 import gapic_version as package_version
19+
20+
__version__: str = package_version.__version__
21+
1622
from google.cloud.spanner_v1 import param_types
1723
from google.cloud.spanner_v1._async.client import Client as AsyncClient
1824
from google.cloud.spanner_v1._async.pool import (

0 commit comments

Comments
 (0)