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

Commit b08cd67

Browse files
gcf-owl-bot[bot]surbhigarg92
authored andcommitted
1 parent 72d1474 commit b08cd67

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

google/cloud/spanner_v1/_helpers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@
3434
from google.cloud.spanner_v1 import JsonObject
3535
from google.cloud.spanner_v1.request_id_header import with_request_id
3636
from google.rpc.error_details_pb2 import RetryInfo
37+
3738
try:
3839
from opentelemetry.propagate import inject
3940
from opentelemetry.propagators.textmap import Setter
41+
4042
HAS_OPENTELEMETRY_INSTALLED = True
4143
except ImportError:
4244
HAS_OPENTELEMETRY_INSTALLED = False

tests/unit/test_batch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ def _test_batch_write_with_request_options(
638638

639639
def test_batch_write_no_request_options(self):
640640
self._test_batch_write_with_request_options()
641-
641+
642642
def test_batch_write_end_to_end_tracing_enabled(self):
643643
self._test_batch_write_with_request_options(enable_end_to_end_tracing=True)
644644

0 commit comments

Comments
 (0)