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

Commit adb6c56

Browse files
committed
chore: fix formatting issues
1 parent 4b7b4c9 commit adb6c56

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/mockserver_tests/mock_server_test_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
start_mock_server,
2121
SpannerServicer,
2222
)
23-
from google.cloud.spanner_v1.client import Client
2423
import google.cloud.spanner_v1.types.type as spanner_type
2524
import google.cloud.spanner_v1.types.result_set as result_set
2625
from google.api_core.client_options import ClientOptions

tests/unit/test_transaction.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
AtomicCounter,
2626
_metadata_with_request_id,
2727
)
28-
from google.cloud.spanner_v1.request_id_header import REQ_RAND_PROCESS_ID
2928

3029
from tests._helpers import (
3130
HAS_OPENTELEMETRY_INSTALLED,

0 commit comments

Comments
 (0)