Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Untyped param #1001

Merged
merged 13 commits into from
Feb 13, 2024
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