Skip to content

Commit

Permalink
Fix Site for Cats Effect 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDavenport committed Jul 1, 2021
1 parent 2c55804 commit 98e93c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions site/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ First some imports.
import cats.effect._
import io.chrisdavenport.circuit.CircuitBreaker
import scala.concurrent.duration._
import scala.concurrent.ExecutionContext.global
implicit val T = IO.timer(global)
```

Then we construct the circuit breaker.
Expand Down

0 comments on commit 98e93c0

Please sign in to comment.