Skip to content

Commit 99f45dd

Browse files
authored
docs: fix spacing of k-means code snippet (#1687)
1 parent 81e8fb8 commit 99f45dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

samples/snippets/create_kmeans_model_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ def test_kmeans_sample(project_id: str, random_model_id_eu: str) -> None:
4848
# Use GeoSeries.from_xy and BigQuery.st_distance to analyze geographical
4949
# data. These functions determine spatial relationships between
5050
# geographical features.
51-
5251
cycle_stations = bpd.read_gbq("bigquery-public-data.london_bicycles.cycle_stations")
5352
s = bpd.DataFrame(
5453
{

0 commit comments

Comments
 (0)