Skip to content
Snippets Groups Projects
Commit 3ddb975f authored by Yuhao Yang's avatar Yuhao Yang Committed by Sean Owen
Browse files

[MLlib]remove unused import

minor thing. Let me know if jira is required.

Author: Yuhao Yang <hhbyyh@gmail.com>

Closes #5207 from hhbyyh/adjustImport and squashes the following commits:

2240121 [Yuhao Yang] remove unused import
parent 1c05027a
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ package org.apache.spark.mllib.clustering
import java.util.Random
import breeze.linalg.{DenseVector => BDV, normalize, axpy => brzAxpy}
import breeze.linalg.{DenseVector => BDV, normalize}
import org.apache.spark.Logging
import org.apache.spark.annotation.Experimental
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment