Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Odomontois committed Jun 5, 2020
1 parent 97c8f91 commit 415e451
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions concurrent/src/main/scala/tofu/concurrent/Atom.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ import tofu.optics.Contains
import tofu.syntax.monadic._
import tofu.syntax.bracket._
import cats.data.StateT
import cats.Monad
import cats.data.IndexedStateT
import cats.Id

/** a middleground between cats.concurrent.Ref and zio.Ref */
trait Atom[+F[_], A] {
Expand Down

0 comments on commit 415e451

Please sign in to comment.