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

Commit 092efe5

Browse files
committed
Blacken
1 parent 20c6460 commit 092efe5

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

google/cloud/spanner_v1/pool.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,10 @@ def wrapped_method(*args, **kwargs):
269269
api.batch_create_sessions,
270270
request=request,
271271
metadata=database.metadata_with_request_id(
272-
nth_request, attempt.increment(), metadata, span,
272+
nth_request,
273+
attempt.increment(),
274+
metadata,
275+
span,
273276
),
274277
)
275278
return method(*args, **kwargs)
@@ -589,7 +592,10 @@ def wrapped_method(*args, **kwargs):
589592
return api.batch_create_sessions(
590593
request=request,
591594
metadata=database.metadata_with_request_id(
592-
nth_request, attempt.increment(), metadata, span,
595+
nth_request,
596+
attempt.increment(),
597+
metadata,
598+
span,
593599
),
594600
)
595601

0 commit comments

Comments
 (0)