From 426ba94c9b5f451dcda329be0546026e102ad65c Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 30 Oct 2023 13:04:52 +0000 Subject: [PATCH] remove unused import --- .../com/github/pjfanning/pekkohttpspi/PekkoHttpClient.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/scala/com/github/pjfanning/pekkohttpspi/PekkoHttpClient.scala b/src/main/scala/com/github/pjfanning/pekkohttpspi/PekkoHttpClient.scala index 27e92e5..467cf02 100644 --- a/src/main/scala/com/github/pjfanning/pekkohttpspi/PekkoHttpClient.scala +++ b/src/main/scala/com/github/pjfanning/pekkohttpspi/PekkoHttpClient.scala @@ -29,7 +29,7 @@ import pekko.http.scaladsl.model._ import pekko.http.scaladsl.model.headers.{`Content-Length`, `Content-Type`} import pekko.http.scaladsl.settings.ConnectionPoolSettings import pekko.stream.scaladsl.Source -import pekko.stream.{ActorMaterializer, Materializer, SystemMaterializer} +import pekko.stream.{Materializer, SystemMaterializer} import pekko.util.ByteString import org.slf4j.LoggerFactory import software.amazon.awssdk.http.async._