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

Commit cdc1d0e

Browse files
committed
chore: fix formatting
1 parent 6f1ffff commit cdc1d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/spanner_v1/batch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
_metadata_with_prefix,
2727
_metadata_with_leader_aware_routing,
2828
_merge_Transaction_Options,
29-
AtomicCounter,
3029
)
3130
from google.cloud.spanner_v1._opentelemetry_tracing import trace_call
3231
from google.cloud.spanner_v1 import RequestOptions
@@ -250,6 +249,7 @@ def commit(
250249
observability_options=observability_options,
251250
metadata=metadata,
252251
), MetricsCapture():
252+
253253
def wrapped_method(*args, **kwargs):
254254
method = functools.partial(
255255
api.commit,

0 commit comments

Comments
 (0)