Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Oct 30, 2023
1 parent 4bd7545 commit 426ba94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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._
Expand Down

0 comments on commit 426ba94

Please sign in to comment.