From 5018455e853eeec9602b84c6abba0855d606268e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20M=C3=A9rinat?= Date: Sun, 6 Aug 2017 15:09:52 +0200 Subject: [PATCH] remove unnecessary line --- examples/cluster/plot_cluster_iris.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/cluster/plot_cluster_iris.py b/examples/cluster/plot_cluster_iris.py index 8b4a24af021e8..e0f39c86b371c 100755 --- a/examples/cluster/plot_cluster_iris.py +++ b/examples/cluster/plot_cluster_iris.py @@ -34,7 +34,6 @@ np.random.seed(5) -centers = [[1, 1], [-1, -1], [1, -1]] iris = datasets.load_iris() X = iris.data y = iris.target