We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1e84e commit 1819bf0Copy full SHA for 1819bf0
1 file changed
spanner_orm/api.py
@@ -72,7 +72,7 @@ def _run_read_only(self, method, *args, **kwargs):
72
with self._connection.snapshot(multi_use=True) as snapshot:
73
return method(snapshot, *args, **kwargs)
74
75
-
+
76
class SpannerWriteApi(SpannerRetryableApi):
77
"""Handles sending write requests to Spanner."""
78
0 commit comments