aboutsummaryrefslogtreecommitdiff
path: root/akka-http-backend
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2017-10-09 11:44:50 +0200
committeradamw <adam@warski.org>2017-10-09 11:44:50 +0200
commitc426790198c32dd7ee181c46cf1a9be96978397d (patch)
treee4160e9dbb11c016f4eef2ee9c1cf904ba3f2f80 /akka-http-backend
parenteef93b7375fa72a45f00a7597cfd846c7afcaf73 (diff)
downloadsttp-c426790198c32dd7ee181c46cf1a9be96978397d.tar.gz
sttp-c426790198c32dd7ee181c46cf1a9be96978397d.tar.bz2
sttp-c426790198c32dd7ee181c46cf1a9be96978397d.zip
Cleanup
Diffstat (limited to 'akka-http-backend')
-rw-r--r--akka-http-backend/src/main/scala/com/softwaremill/sttp/akkahttp/AkkaHttpBackend.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/akka-http-backend/src/main/scala/com/softwaremill/sttp/akkahttp/AkkaHttpBackend.scala b/akka-http-backend/src/main/scala/com/softwaremill/sttp/akkahttp/AkkaHttpBackend.scala
index 373c970..12d8ce0 100644
--- a/akka-http-backend/src/main/scala/com/softwaremill/sttp/akkahttp/AkkaHttpBackend.scala
+++ b/akka-http-backend/src/main/scala/com/softwaremill/sttp/akkahttp/AkkaHttpBackend.scala
@@ -1,7 +1,6 @@
package com.softwaremill.sttp.akkahttp
import java.io.{File, IOException, UnsupportedEncodingException}
-import java.net.InetSocketAddress
import akka.actor.ActorSystem
import akka.event.LoggingAdapter
@@ -23,7 +22,6 @@ import akka.util.ByteString
import com.softwaremill.sttp._
import scala.collection.immutable.Seq
-import scala.concurrent.duration.FiniteDuration
import scala.concurrent.{ExecutionContext, Future}
import scala.util.{Failure, Success, Try}