From f6a8121cb5310f610ca7c1c5630d971ba71fed01 Mon Sep 17 00:00:00 2001 From: Yuki Ishikawa Date: Wed, 14 Mar 2018 10:43:06 +0900 Subject: Remove unused import --- .../scala/com/softwaremill/sttp/prometheus/PrometheusBackendTest.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metrics/prometheus-backend/src/test/scala/com/softwaremill/sttp/prometheus/PrometheusBackendTest.scala b/metrics/prometheus-backend/src/test/scala/com/softwaremill/sttp/prometheus/PrometheusBackendTest.scala index 33477a0..03878c5 100644 --- a/metrics/prometheus-backend/src/test/scala/com/softwaremill/sttp/prometheus/PrometheusBackendTest.scala +++ b/metrics/prometheus-backend/src/test/scala/com/softwaremill/sttp/prometheus/PrometheusBackendTest.scala @@ -6,7 +6,7 @@ import java.util.concurrent.CountDownLatch import com.softwaremill.sttp.testing.SttpBackendStub import com.softwaremill.sttp.{HttpURLConnectionBackend, Id, sttp, _} import io.prometheus.client.CollectorRegistry -import org.scalatest.concurrent.{Eventually, IntegrationPatience} +import org.scalatest.concurrent.Eventually import org.scalatest.{BeforeAndAfter, FlatSpec, Matchers, OptionValues} import scala.concurrent.ExecutionContext.Implicits.global -- cgit v1.2.3