Skip to content

Commit 1819bf0

Browse files
committed
empty commit
1 parent 4a1e84e commit 1819bf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spanner_orm/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def _run_read_only(self, method, *args, **kwargs):
7272
with self._connection.snapshot(multi_use=True) as snapshot:
7373
return method(snapshot, *args, **kwargs)
7474

75-
75+
7676
class SpannerWriteApi(SpannerRetryableApi):
7777
"""Handles sending write requests to Spanner."""
7878

0 commit comments

Comments
 (0)