File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
testkit/shared/src/main/scala/cats/effect/testkit Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 16
16
17
17
package cats .effect .testkit
18
18
19
+ import cats .{Parallel , Show }
19
20
import cats .data .{Chain , NonEmptyChain }
20
21
import cats .effect .Concurrent
21
22
import cats .effect .kernel .{Deferred , Ref , Resource }
22
23
import cats .effect .std .{Console , Semaphore }
23
- import cats .effect .testkit .TestConsole .TestStdInState .*
24
24
import cats .effect .testkit .TestConsole .{ConsoleClosedException , TestStdInState }
25
- import cats .syntax . all . *
26
- import cats .{ Parallel , Show }
25
+ import cats .effect . testkit . TestConsole . TestStdInState . _
26
+ import cats .syntax . all . _
27
27
28
- import java .io .EOFException
29
- import java .nio .charset .Charset
30
28
import scala .annotation .tailrec
31
29
import scala .util .control .NoStackTrace
32
30
31
+ import java .io .EOFException
32
+ import java .nio .charset .Charset
33
+
33
34
/**
34
35
* Implement a test version of [[cats.effect.std.Console ]]
35
36
*/
You can’t perform that action at this time.
0 commit comments