8000 DOC remove unnecessary line (#9504) · jwjohnson314/scikit-learn@09e5a1d · GitHub
[go: up one dir, main page]

Skip to content

Commit 09e5a1d

Browse files
tobycheeseJeremiah Johnson
authored andcommitted
DOC remove unnecessary line (scikit-learn#9504)
1 parent ff7c280 commit 09e5a1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/cluster/plot_cluster_iris.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434

3535
np.random.seed(5)
3636

37-
centers = [[1, 1], [-1, -1], [1, -1]]
3837
iris = datasets.load_iris()
3938
X = iris.data
4039
y = iris.target

0 commit comments

Comments
 (0)
0