aboutsummaryrefslogtreecommitdiff
path: root/akka-http-handler/src/main/scala/com
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2017-08-29 13:13:41 +0200
committeradamw <adam@warski.org>2017-08-29 13:13:41 +0200
commit09b173e66b2b412e3e00f0e65f414ec1cc71d1a4 (patch)
tree04ac218fb8871a894233146cb1eb6f8c5328061e /akka-http-handler/src/main/scala/com
parente0fb4123d94e22e0003f12d681ed4539ffcaaebf (diff)
downloadsttp-09b173e66b2b412e3e00f0e65f414ec1cc71d1a4.tar.gz
sttp-09b173e66b2b412e3e00f0e65f414ec1cc71d1a4.tar.bz2
sttp-09b173e66b2b412e3e00f0e65f414ec1cc71d1a4.zip
Removing the model package, flattening the structure
Diffstat (limited to 'akka-http-handler/src/main/scala/com')
-rw-r--r--akka-http-handler/src/main/scala/com/softwaremill/sttp/akkahttp/AkkaHttpSttpHandler.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/akka-http-handler/src/main/scala/com/softwaremill/sttp/akkahttp/AkkaHttpSttpHandler.scala b/akka-http-handler/src/main/scala/com/softwaremill/sttp/akkahttp/AkkaHttpSttpHandler.scala
index 286289e..4a28b2b 100644
--- a/akka-http-handler/src/main/scala/com/softwaremill/sttp/akkahttp/AkkaHttpSttpHandler.scala
+++ b/akka-http-handler/src/main/scala/com/softwaremill/sttp/akkahttp/AkkaHttpSttpHandler.scala
@@ -17,7 +17,6 @@ import akka.stream.ActorMaterializer
import akka.stream.scaladsl.{FileIO, Source, StreamConverters}
import akka.util.ByteString
import com.softwaremill.sttp._
-import com.softwaremill.sttp.model._
import scala.concurrent.{ExecutionContext, Future}
import scala.util.{Failure, Success, Try}