Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Aug 11, 2023
1 parent 72db138 commit f9df49a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.atnos.eff.addon.monix

import cats.syntax.all._
import org.atnos.eff.option._
import org.atnos.eff.syntax.eff._
import org.atnos.eff.syntax.option._
Expand Down
1 change: 0 additions & 1 deletion src/test/scala/org/atnos/site/ApplicativeEvaluation.scala
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ the fastest actions finish first.
Another advantage of applicative effects is that we can intercept them individual requests and "batch" them into one single
request. For example: ${snippet {
import org.atnos.eff._, all._, syntax.all._
import cats.syntax.all._

// An effect to get users from a database
// calls can be individual or batched
Expand Down

0 comments on commit f9df49a

Please sign in to comment.