Remove some of Unused import warning (#24750)
* Remove `Unused import` of `akka-actor-typed` * Remove `Unused import` of `akka-actor-typed-tests` * Remove `Unused import` of `akka-stream-tests` * Remove `Unused import` of `akka-persistence` * Remove `Unused import` of `akka-persistence-typed` * Remove `Unused import` of `akka-cluster-typed` * Remove `Unused import` of `akka-cluster-sharding-typed` * Format source code
This commit is contained in:
parent
b3fbf6869b
commit
3685ce619e
81 changed files with 42 additions and 156 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
package akka.stream.scaladsl
|
||||
|
||||
import akka.{ Done, NotUsed }
|
||||
import akka.NotUsed
|
||||
import akka.actor.Status.Failure
|
||||
import akka.actor.{ Actor, ActorIdentity, ActorLogging, ActorRef, ActorSystem, ActorSystemImpl, Identify, Props }
|
||||
import akka.pattern._
|
||||
|
|
@ -12,13 +12,11 @@ import akka.stream.testkit.TestPublisher
|
|||
import akka.stream.testkit.scaladsl._
|
||||
import akka.stream._
|
||||
import akka.testkit.{ AkkaSpec, ImplicitSender, SocketUtil, TestKit, TestProbe }
|
||||
import akka.util.{ ByteString, PrettyDuration }
|
||||
import akka.util.ByteString
|
||||
import com.typesafe.config._
|
||||
|
||||
import scala.collection.immutable
|
||||
import scala.concurrent.duration._
|
||||
import scala.concurrent.Future
|
||||
import scala.util.Success
|
||||
import scala.util.control.NoStackTrace
|
||||
|
||||
object StreamRefsSpec {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue