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

Commit 3af40e4

Browse files
committed
nox -s blacken to format
1 parent fa77dd1 commit 3af40e4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

google/cloud/spanner_v1/_helpers.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -591,9 +591,7 @@ def _check_unavailable(exc):
591591
resumable_error = (
592592
any(
593593
resumable_message in exc.message
594-
for resumable_message in (
595-
"Service unavailable",
596-
)
594+
for resumable_message in ("Service unavailable",)
597595
),
598596
)
599597
if not resumable_error:

0 commit comments

Comments
 (0)