Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit ccf299f

Browse files
1 parent 739a78e commit ccf299f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/spanner_v1/transaction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def wrapped_method(*args, **kwargs):
291291
}
292292
if self._session.is_multiplexed and self._precommit_token is not None:
293293
commit_request_args["precommit_token"] = self._precommit_token
294-
294+
295295
commit_method = functools.partial(
296296
api.commit,
297297
request=CommitRequest(**commit_request_args),

0 commit comments

Comments
 (0)