Skip to content

Commit

Permalink
remove unused imports from RDDSuite
Browse files Browse the repository at this point in the history
  • Loading branch information
dorx committed Jun 12, 2014
1 parent fb1452f commit 48d954d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/src/test/scala/org/apache/spark/rdd/RDDSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@ import scala.reflect.ClassTag

import org.scalatest.FunSuite

import org.apache.commons.math3.distribution.BinomialDistribution
import org.apache.commons.math3.distribution.PoissonDistribution

import org.apache.spark._
import org.apache.spark.SparkContext._
import org.apache.spark.rdd._

class RDDSuite extends FunSuite with SharedSparkContext {

Expand Down

0 comments on commit 48d954d

Please sign in to comment.