Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
Prev Previous commit
Next Next commit
change
  • Loading branch information
asthamohta committed Aug 17, 2023
commit d9040e984603d6216c1eee1efa780a010bea866e
3 changes: 0 additions & 3 deletions google/cloud/spanner_v1/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,9 +627,6 @@ def execute_partitioned_dml(

if params is not None:
from google.cloud.spanner_v1.transaction import Transaction

if param_types is None:
param_types = {}
params_pb = Transaction._make_params_pb(params, param_types)
else:
params_pb = {}
Expand Down