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:
Jimin Hsieh 2018-03-20 11:01:15 +08:00 committed by Konrad `ktoso` Malawski
parent b3fbf6869b
commit 3685ce619e
81 changed files with 42 additions and 156 deletions

View file

@ -12,7 +12,6 @@ import akka.stream.impl.fusing.GraphStages.SimpleLinearGraphStage
import akka.util.ConstantFun
class InterpreterSpec extends StreamSpec with GraphInterpreterSpecKit {
import Supervision.stoppingDecider
/*
* These tests were written for the previous version of the interpreter, the so called OneBoundedInterpreter.