Run scalafix to remove unused imports again.
This commit is contained in:
parent
746d0adb45
commit
c38a5dcf9c
17 changed files with 5 additions and 42 deletions
|
|
@ -17,7 +17,6 @@ import akka.remote.testkit.MultiNodeSpec
|
|||
import akka.remote.testkit.STMultiNodeSpec
|
||||
import akka.testkit._
|
||||
import akka.cluster.pubsub._
|
||||
import akka.remote.RARP
|
||||
import akka.remote.transport.ThrottlerTransportAdapter.Direction
|
||||
import akka.util.Timeout
|
||||
|
||||
|
|
@ -217,7 +216,6 @@ class ClusterClientSpec extends MultiNodeSpec(ClusterClientSpec) with STMultiNod
|
|||
"work with ask" in within(10 seconds) {
|
||||
runOn(client) {
|
||||
import akka.pattern.ask
|
||||
import system.dispatcher
|
||||
val c = system.actorOf(ClusterClient.props(
|
||||
ClusterClientSettings(system).withInitialContacts(initialContacts)), "ask-client")
|
||||
implicit val timeout = Timeout(remaining)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue