Skip to content

Commit 929a86b

Browse files
authored
Spanner: Fix system test util to populate streaming (googleapis#4888)
1 parent 7a29123 commit 929a86b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spanner/tests/system/utils/populate_streaming.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
"""Populate spanner databases with data for streaming system tests."""
1616

17-
from google.cloud.spanner import Client
18-
from google.cloud.spanner.keyset import KeySet
19-
from google.cloud.spanner.pool import BurstyPool
17+
from google.cloud.spanner_v1 import Client
18+
from google.cloud.spanner_v1.keyset import KeySet
19+
from google.cloud.spanner_v1.pool import BurstyPool
2020

2121
# Import relative to the script's directory
2222
from streaming_utils import FOUR_KAY

0 commit comments

Comments
 (0)