pjfanning commented on code in PR #827:
URL: https://github.com/apache/pekko-connectors/pull/827#discussion_r1774961889
##########
aws-spi-pekko-http/src/test/scala/org/apache/pekko/stream/connectors/awsspi/PekkoHttpClientSpec.scala:
##########
@@ -17,14 +17,21 @@
package org.apache.pekko.stream.connectors.awsspi
-import java.util.Collections
+import com.typesafe.config.ConfigFactory
+import java.util.Collections
import org.apache.pekko
+import org.apache.pekko.http.scaladsl.settings.{ ClientConnectionSettings,
ConnectionPoolSettings }
Review Comment:
can you remove the 'org.apache' part of this import as `import
org.apache.pekko` is already in scope?
--
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]