pjfanning commented on code in PR #537: URL: https://github.com/apache/pekko-http/pull/537#discussion_r1570520570
########## docs/src/test/scala/docs/http/scaladsl/HttpClientExampleSpec.scala: ########## @@ -13,31 +13,27 @@ package docs.http.scaladsl -import scala.concurrent.ExecutionContext -import org.apache.pekko -import pekko.http.scaladsl.model.HttpRequest -import pekko.http.scaladsl.settings.ClientConnectionSettings -import pekko.http.scaladsl.settings.ConnectionPoolSettings -import scala.annotation.nowarn import docs.CompileOnlySpec +import org.apache.pekko import org.scalatest.matchers.should.Matchers Review Comment: Keep this with the other pekko imports -- 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]
