Skip to content

Commit

Permalink
optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgk committed Dec 13, 2024
1 parent cbe85d5 commit 3e6df85
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package channels

import channels.TestUtil.printErrors
import de.rmgk.delay.{Async, Callback}

import java.io.IOException
Expand All @@ -9,8 +10,6 @@ import java.util.concurrent.{Executors, Semaphore}
import scala.concurrent.ExecutionContext
import scala.util.{Failure, Success}

import TestUtil.printErrors

trait EchoCommunicationTest[Info](
serverConn: ExecutionContext => (Info, LatentConnection[MessageBuffer]),
clientConn: ExecutionContext => Info => LatentConnection[MessageBuffer]
Expand Down

0 comments on commit 3e6df85

Please sign in to comment.