Skip to content

Commit

Permalink
Revert to Scala 2 import syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kloch committed Sep 18, 2023
1 parent 1ada9de commit 5cf5ef8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/shared/src/main/scala/cats/effect/IO.scala
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ import cats.effect.kernel.GenTemporal.handleDuration
import cats.effect.std.{Backpressure, Console, Env, Supervisor, UUIDGen}
import cats.effect.tracing.{Tracing, TracingEvent}
import cats.effect.unsafe.IORuntime
import cats.syntax.all.*
import cats.syntax.all._

import scala.annotation.unchecked.uncheckedVariance
import scala.concurrent.*
import scala.concurrent.duration.*
import scala.concurrent._
import scala.concurrent.duration._
import scala.util.{Failure, Success, Try}
import scala.util.control.NonFatal

Expand Down

0 comments on commit 5cf5ef8

Please sign in to comment.