Skip to content

Commit

Permalink
Fix unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Dec 3, 2024
1 parent dc50ba9 commit 591514d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ package cats.effect.testing.minitest

import cats.effect.IO
import scala.concurrent.duration._
import cats.syntax.all._

@deprecated("use TestControl instead", since = "1.5.0")
object TestDetSuite extends DeterministicIOTestSuite {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ package cats.effect.testing.minitest

import cats.effect.IO
import scala.concurrent.duration._
import cats.syntax.all._

object TestNondetSuite extends IOTestSuite {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

package cats.effect.testing.utest

import cats.syntax.all._
import cats.effect.IO
import scala.concurrent.duration._
import utest._
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

package cats.effect.testing.utest

import cats.syntax.all._
import cats.effect.IO
import utest.{Tests, assert, test}
import scala.concurrent.duration._
Expand Down

0 comments on commit 591514d

Please sign in to comment.