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

Commit 138ac42

Browse files
committed
remove unused import
1 parent ffee935 commit 138ac42

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

samples/samples/pg_snippets.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
from google.cloud import spanner, spanner_admin_database_v1
2929
from google.cloud.spanner_admin_database_v1.types.common import DatabaseDialect
3030
from google.cloud.spanner_v1 import param_types
31-
from google.protobuf import field_mask_pb2 # type: ignore
3231

3332
OPERATION_TIMEOUT_SECONDS = 240
3433

@@ -1459,8 +1458,6 @@ def query_data_with_query_options(instance_id, database_id):
14591458
query_data_with_bool(args.instance_id, args.database_id)
14601459
elif args.command == "query_data_with_bytes":
14611460
query_data_with_bytes(args.instance_id, args.database_id)
1462-
elif args.command == "query_data_with_date":
1463-
query_data_with_date(args.instance_id, args.database_id)
14641461
elif args.command == "query_data_with_float":
14651462
query_data_with_float(args.instance_id, args.database_id)
14661463
elif args.command == "query_data_with_int":

0 commit comments

Comments
 (0)