Skip to content

Commit 61ee3e9

Browse files
Fix unused import
1 parent dcb6500 commit 61ee3e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slf4j/src/test/scala/org/typelevel/log4cats/slf4j/internal/Slf4jLoggerInternalSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import cats.effect.unsafe.IORuntime
2222
import cats.effect.{IO, Resource, SyncIO}
2323
import cats.syntax.all.*
2424

25-
import java.util.concurrent.{ExecutorService, Executors, ThreadFactory}
25+
import java.util.concurrent.{Executors, ThreadFactory}
2626
import org.slf4j.MDC
2727
import munit.{CatsEffectSuite, Location}
2828
import org.typelevel.log4cats.extras.DeferredLogMessage

0 commit comments

Comments
 (0)