Skip to content

Commit 7aff218

Browse files
committed
Add PingingPools to spanner_v1 module
1 parent 7c99484 commit 7aff218

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

spanner/google/cloud/spanner_v1/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
from google.cloud.spanner_v1.pool import AbstractSessionPool
2828
from google.cloud.spanner_v1.pool import BurstyPool
2929
from google.cloud.spanner_v1.pool import FixedSizePool
30+
from google.cloud.spanner_v1.pool import PingingPool
31+
from google.cloud.spanner_v1.pool import TransactionPingingPool
3032

3133

3234
COMMIT_TIMESTAMP = "spanner.commit_timestamp()"
@@ -51,6 +53,8 @@
5153
"AbstractSessionPool",
5254
"BurstyPool",
5355
"FixedSizePool",
56+
"PingingPool",
57+
"TransactionPingingPool",
5458
# google.cloud.spanner_v1.gapic
5559
"enums",
5660
# local

0 commit comments

Comments
 (0)