Reformat and remove unused imports
This commit is contained in:
parent
bd78f6eee3
commit
d4a2e22556
4 changed files with 4 additions and 6 deletions
|
@ -1,7 +1,6 @@
|
|||
package tf.bug.cataquack
|
||||
|
||||
import cats.Functor
|
||||
import cats.effect.IO
|
||||
|
||||
/**
|
||||
* A case class meant to be used under IORaw (see package.scala) like so:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
package tf.bug.cataquack
|
||||
|
||||
import cats._
|
||||
import cats.data._
|
||||
import cats.implicits._
|
||||
|
||||
trait Storage[F[_], C[_]] {
|
||||
|
|
Loading…
Reference in a new issue