Remove unused imports in tests (#30265)

This commit is contained in:
Andrei Arlou 2021-06-01 14:34:43 +03:00 committed by GitHub
parent a887c63f8a
commit 258bac491b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
42 changed files with 0 additions and 66 deletions

View file

@ -8,7 +8,6 @@ import akka.Done;
import akka.actor.ActorRef;
import akka.actor.ActorSystem;
import akka.japi.pf.PFBuilder;
import akka.stream.Materializer;
import akka.stream.javadsl.Flow;
import akka.NotUsed;
@ -50,10 +49,8 @@ import akka.stream.Attributes;
// #log
import java.time.Duration;
import java.util.Collection;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.CompletionStage;
import java.util.function.IntSupplier;
class SourceOrFlow {
private static ActorSystem system = null;