Make use of scalafix to remove unused import. (#26019)

* =build Add scalafix to remote unused import.

* +build Add file ignore plugin for scalafix which support ignore files.
This commit is contained in:
kerr 2018-12-05 16:30:21 +08:00 committed by Christopher Batey
parent c383f4483b
commit e9fb3a020a
184 changed files with 150 additions and 337 deletions

View file

@ -4,7 +4,6 @@
package akka.remote
import language.postfixOps
import scala.concurrent.Await
import scala.concurrent.duration._
import com.typesafe.config.ConfigFactory
@ -13,12 +12,9 @@ import akka.actor.ActorIdentity
import akka.actor.ActorRef
import akka.actor.Identify
import akka.actor.Props
import akka.actor.Terminated
import akka.remote.testconductor.RoleName
import akka.remote.transport.ThrottlerTransportAdapter.Direction
import akka.remote.testkit.MultiNodeConfig
import akka.remote.testkit.MultiNodeSpec
import akka.remote.testkit.STMultiNodeSpec
import akka.testkit._
import akka.actor.ExtendedActorSystem
import akka.actor.ActorSystem