Skip to content

Commit

Permalink
Add PingingPools to spanner_v1 module
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox committed Dec 10, 2018
1 parent 7c99484 commit 7aff218
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spanner/google/cloud/spanner_v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
from google.cloud.spanner_v1.pool import AbstractSessionPool
from google.cloud.spanner_v1.pool import BurstyPool
from google.cloud.spanner_v1.pool import FixedSizePool
from google.cloud.spanner_v1.pool import PingingPool
from google.cloud.spanner_v1.pool import TransactionPingingPool


COMMIT_TIMESTAMP = "spanner.commit_timestamp()"
Expand All @@ -51,6 +53,8 @@
"AbstractSessionPool",
"BurstyPool",
"FixedSizePool",
"PingingPool",
"TransactionPingingPool",
# google.cloud.spanner_v1.gapic
"enums",
# local
Expand Down

0 comments on commit 7aff218

Please sign in to comment.