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

Commit 8267891

Browse files
committed
fixes lint
1 parent 9ce6733 commit 8267891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/samples/snippets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3555,7 +3555,7 @@ def add_split_points(instance_id, database_id):
35553555
spanner_database_admin.SplitPoints.Key(
35563556
key_parts=struct_pb2.ListValue("John", "Doe")
35573557
)
3558-
]
3558+
]
35593559
),
35603560
spanner_database_admin.SplitPoints(
35613561
index="SingersByFirstLastName",

0 commit comments

Comments
 (0)