Skip to content

Commit e8dd1f6

Browse files
remove unused import
1 parent 1c770ae commit e8dd1f6

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

tests/src/test/scala/org/apache/openwhisk/core/loadBalancer/test/InvokerSupervisionTests.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import scala.collection.mutable
2121
import scala.concurrent.Await
2222
import scala.concurrent.duration._
2323
import scala.concurrent.Future
24-
import org.apache.kafka.common.TopicPartition
2524
import org.junit.runner.RunWith
2625
import org.scalamock.scalatest.MockFactory
2726
import org.scalatest.BeforeAndAfterAll

tests/src/test/scala/org/apache/openwhisk/core/loadBalancer/test/ShardingContainerPoolBalancerTests.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import akka.testkit.TestProbe
2424
import common.{StreamLogging, WhiskProperties}
2525

2626
import java.nio.charset.StandardCharsets
27-
import org.apache.kafka.common.TopicPartition
2827
import org.apache.openwhisk.common.InvokerState.{Healthy, Offline, Unhealthy}
2928
import org.junit.runner.RunWith
3029
import org.scalamock.scalatest.MockFactory

tests/src/test/scala/org/apache/openwhisk/core/scheduler/container/test/ContainerManagerTests.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import akka.actor.{ActorRef, ActorRefFactory, ActorSystem}
2222
import akka.testkit.{ImplicitSender, TestKit, TestProbe}
2323
import com.ibm.etcd.api.{KeyValue, RangeResponse}
2424
import common.{StreamLogging, WskActorSystem}
25-
import org.apache.kafka.common.TopicPartition
2625
import org.apache.openwhisk.common.InvokerState.{Healthy, Unhealthy}
2726
import org.apache.openwhisk.common.{GracefulShutdown, InvokerHealth, Logging, TransactionId}
2827
import org.apache.openwhisk.core.connector.ContainerCreationError.{

0 commit comments

Comments
 (0)