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
|
|
@ -11,10 +11,8 @@ import akka.stream.impl.fusing.GraphInterpreter.{ Connection, DownstreamBoundary
|
|||
import akka.stream.stage.{ GraphStage, GraphStageLogic, InHandler, OutHandler, _ }
|
||||
import akka.stream.testkit.StreamSpec
|
||||
import akka.stream.testkit.Utils.TE
|
||||
import akka.util.OptionVal
|
||||
|
||||
import scala.collection.{ Map ⇒ SMap }
|
||||
import scala.language.existentials
|
||||
|
||||
object GraphInterpreterSpecKit {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue