pjfanning commented on code in PR #575:
URL: https://github.com/apache/incubator-pekko/pull/575#discussion_r1295619576
##########
actor-tests/src/test/scala/org/apache/pekko/actor/ActorSystemSpec.scala:
##########
@@ -15,15 +15,13 @@ package org.apache.pekko.actor
import java.util.concurrent.{ ConcurrentLinkedQueue,
RejectedExecutionException }
import java.util.concurrent.atomic.AtomicInteger
-
import scala.concurrent.{ Await, Future }
import scala.concurrent.duration._
import scala.language.postfixOps
-
import scala.annotation.nowarn
import com.typesafe.config.{ Config, ConfigFactory }
-
import org.apache.pekko
+import org.scalatestplus.scalacheck.ScalaCheckPropertyChecks
Review Comment:
can you move this import away from the pekko ones?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]