Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Takeru Sato committed Dec 5, 2016
1 parent 41aead1 commit 77e80b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/src/main/scala/fluflu/Message.scala
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
package fluflu

import java.nio.charset.StandardCharsets

import cats.syntax.either._
import io.circe.{ Encoder, Json, Printer }
import io.circe.{ Encoder, Json }
import io.circe.syntax._

import scala.util.{ Either => \/ }
Expand Down

0 comments on commit 77e80b9

Please sign in to comment.