Skip to content

Commit 415e451

Browse files
committed
Fix warnings
1 parent 97c8f91 commit 415e451

File tree

1 file changed

+0
-3
lines changed
  • concurrent/src/main/scala/tofu/concurrent

1 file changed

+0
-3
lines changed

concurrent/src/main/scala/tofu/concurrent/Atom.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ import tofu.optics.Contains
99
import tofu.syntax.monadic._
1010
import tofu.syntax.bracket._
1111
import cats.data.StateT
12-
import cats.Monad
13-
import cats.data.IndexedStateT
14-
import cats.Id
1512

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

0 commit comments

Comments
 (0)