Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
funes committed May 8, 2014
1 parent 75dced3 commit edb2b9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package org.apache.spark.mllib.linalg

import org.scalatest.FunSuite

import breeze.linalg.{DenseVector => BDV, SparseVector => BSV, VectorBuilder => BVB}
import breeze.linalg.{DenseVector => BDV, SparseVector => BSV}

/**
* Test Breeze vector conversions.
Expand Down

0 comments on commit edb2b9d

Please sign in to comment.