aboutsummaryrefslogtreecommitdiff
path: root/metrics
diff options
context:
space:
mode:
authorYuki Ishikawa <sobacode@gmail.com>2018-03-14 10:43:06 +0900
committerYuki Ishikawa <sobacode@gmail.com>2018-03-14 10:43:06 +0900
commitf6a8121cb5310f610ca7c1c5630d971ba71fed01 (patch)
tree5dffd2ca68f76206b12e37d40998fa368587fce5 /metrics
parentf988c2c50f631f839fc045fac350abdda6b0070b (diff)
downloadsttp-f6a8121cb5310f610ca7c1c5630d971ba71fed01.tar.gz
sttp-f6a8121cb5310f610ca7c1c5630d971ba71fed01.tar.bz2
sttp-f6a8121cb5310f610ca7c1c5630d971ba71fed01.zip
Remove unused import
Diffstat (limited to 'metrics')
-rw-r--r--metrics/prometheus-backend/src/test/scala/com/softwaremill/sttp/prometheus/PrometheusBackendTest.scala2
1 files changed, 1 insertions, 1 deletions
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