aboutsummaryrefslogtreecommitdiff
path: root/circe
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2017-08-29 13:28:17 +0200
committeradamw <adam@warski.org>2017-08-29 13:28:17 +0200
commite0126beab8f4d518477ce9a75bbfdf2d29ebebb4 (patch)
tree9576c32cd1050d4d479090962a7f7289425f064c /circe
parent09b173e66b2b412e3e00f0e65f414ec1cc71d1a4 (diff)
downloadsttp-e0126beab8f4d518477ce9a75bbfdf2d29ebebb4.tar.gz
sttp-e0126beab8f4d518477ce9a75bbfdf2d29ebebb4.tar.bz2
sttp-e0126beab8f4d518477ce9a75bbfdf2d29ebebb4.zip
Removing the model package, flattening the structure
Diffstat (limited to 'circe')
-rw-r--r--circe/src/main/scala/com/softwaremill/sttp/circe.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/circe/src/main/scala/com/softwaremill/sttp/circe.scala b/circe/src/main/scala/com/softwaremill/sttp/circe.scala
index 95a72e1..77a926d 100644
--- a/circe/src/main/scala/com/softwaremill/sttp/circe.scala
+++ b/circe/src/main/scala/com/softwaremill/sttp/circe.scala
@@ -1,6 +1,5 @@
package com.softwaremill.sttp
-import com.softwaremill.sttp.model._
import io.circe.parser._
import io.circe.{Decoder, Encoder}