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

Commit 5fe5319

Browse files
committed
chore: remove unused code
1 parent aca8616 commit 5fe5319

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

google/cloud/spanner_v1/_helpers.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -214,14 +214,6 @@ def _merge_client_context(base, merge):
214214
if base is None and merge is None:
215215
return None
216216

217-
combined = base or ClientContext()
218-
if isinstance(combined, dict):
219-
combined = ClientContext(combined)
220-
221-
merge = merge or ClientContext()
222-
if isinstance(merge, dict):
223-
merge = ClientContext(merge)
224-
225217
# Avoid in-place modification of base
226218
combined_pb = ClientContext()._pb
227219
if base:

0 commit comments

Comments
 (0)