Skip to content

Commit 1d6b13c

Browse files
author
Luke Sneeringer
committed
Change continuation strategy.
1 parent e620d51 commit 1d6b13c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spanner/google/cloud/spanner/database.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ def ddl_statements(self):
180180
def spanner_api(self):
181181
"""Helper for session-related API calls."""
182182
if self._spanner_api is None:
183-
self._spanner_api = SpannerClient(lib_name='gccl',
184-
lib_version=__version__)
183+
self._spanner_api = SpannerClient(
184+
lib_name='gccl', lib_version=__version__)
185185
return self._spanner_api
186186

187187
def __eq__(self, other):

0 commit comments

Comments
 (0)