@@ -20,6 +20,10 @@ import scala.concurrent.duration._
20
20
import scala .concurrent .{Await , ExecutionContext , Future , Promise }
21
21
import scala .util .{Random , Try }
22
22
23
+ import org .apache .pekko .actor .typed .scaladsl .Behaviors
24
+ import org .apache .pekko .actor .typed .{ActorRef , ActorSystem , Scheduler }
25
+ import org .apache .pekko .stream .{Materializer , SystemMaterializer }
26
+ import org .apache .pekko .util .Timeout
23
27
import org .scalatest .BeforeAndAfterAll
24
28
import org .scalatest .concurrent .{Futures , ScalaFutures }
25
29
import org .scalatest .matchers .should .Matchers
@@ -35,10 +39,6 @@ import com.rawlabs.protocol.das.v1.services._
35
39
import com .rawlabs .protocol .das .v1 .tables ._
36
40
import com .rawlabs .protocol .das .v1 .types .{Value , ValueInt }
37
41
38
- import akka .actor .typed .scaladsl .Behaviors
39
- import akka .actor .typed .{ActorRef , ActorSystem , Scheduler }
40
- import akka .stream .{Materializer , SystemMaterializer }
41
- import akka .util .Timeout
42
42
import io .grpc .inprocess .{InProcessChannelBuilder , InProcessServerBuilder }
43
43
import io .grpc .stub .{ClientCallStreamObserver , ClientResponseObserver }
44
44
import io .grpc .{ManagedChannel , Server }
0 commit comments