aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Warski <adam@warski.org>2018-03-13 23:06:35 -0500
committerGitHub <noreply@github.com>2018-03-13 23:06:35 -0500
commit57a82b7c685e10b4844764e9fd62f2d12874ac21 (patch)
treef917352970bf5e7372e8b9f3c69ff9aa94ad5e74
parenta105bd18192efb2ace0e74e64f4d599d29d288cc (diff)
parentf6a8121cb5310f610ca7c1c5630d971ba71fed01 (diff)
downloadsttp-57a82b7c685e10b4844764e9fd62f2d12874ac21.tar.gz
sttp-57a82b7c685e10b4844764e9fd62f2d12874ac21.tar.bz2
sttp-57a82b7c685e10b4844764e9fd62f2d12874ac21.zip
Merge pull request #71 from rider-yi/remove_unused_import
Remove unused import
-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