Skip to content

Commit

Permalink
[SPARK-6980] Cleaned up imports in AkkaRpcEnvSuite
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanCutler committed Jun 26, 2015
1 parent 3a168c7 commit 3d8b1ff
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,8 @@

package org.apache.spark.rpc.akka

import scala.concurrent.Await
import scala.concurrent.ExecutionContext.Implicits.global
import scala.concurrent.duration._
import scala.language.postfixOps

import akka.actor.{Actor, ActorSystem, Props}
import akka.pattern.ask
import com.typesafe.config.{ConfigFactory, ConfigValueFactory}

import org.apache.spark.{SecurityManager, SparkConf}
import org.apache.spark.rpc._

Expand Down

0 comments on commit 3d8b1ff

Please sign in to comment.