There was an error while loading. Please reload this page.
1 parent 7c99484 commit 7aff218Copy full SHA for 7aff218
1 file changed
spanner/google/cloud/spanner_v1/__init__.py
@@ -27,6 +27,8 @@
27
from google.cloud.spanner_v1.pool import AbstractSessionPool
28
from google.cloud.spanner_v1.pool import BurstyPool
29
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
32
33
34
COMMIT_TIMESTAMP = "spanner.commit_timestamp()"
@@ -51,6 +53,8 @@
51
53
"AbstractSessionPool",
52
54
"BurstyPool",
55
"FixedSizePool",
56
+ "PingingPool",
57
+ "TransactionPingingPool",
58
# google.cloud.spanner_v1.gapic
59
"enums",
60
# local
0 commit comments