This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-samples.git


The following commit(s) were added to refs/heads/main by this push:
     new 585c94d  remove unused imports (#81)
585c94d is described below

commit 585c94d6636016c31ee6952f500b213b8b78b5cc
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Oct 30 09:23:46 2023 +0000

    remove unused imports (#81)
---
 .../src/main/scala/com/example/helloworld/GreeterServer.scala           | 2 +-
 .../http-to-grpc/src/main/scala/com/example/helloworld/HttpToGrpc.scala | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/pekko-sample-grpc-kubernetes-scala/grpc-service/src/main/scala/com/example/helloworld/GreeterServer.scala
 
b/pekko-sample-grpc-kubernetes-scala/grpc-service/src/main/scala/com/example/helloworld/GreeterServer.scala
index 4cb25fc..db759e9 100644
--- 
a/pekko-sample-grpc-kubernetes-scala/grpc-service/src/main/scala/com/example/helloworld/GreeterServer.scala
+++ 
b/pekko-sample-grpc-kubernetes-scala/grpc-service/src/main/scala/com/example/helloworld/GreeterServer.scala
@@ -3,7 +3,7 @@ package sample.grpckubernetes
 import org.apache.pekko.actor.ActorSystem
 import org.apache.pekko.http.scaladsl.model.{ HttpRequest, HttpResponse }
 import org.apache.pekko.http.scaladsl.{ Http, HttpConnectionContext }
-import org.apache.pekko.stream.{ ActorMaterializer, Materializer }
+import org.apache.pekko.stream.Materializer
 
 import scala.concurrent.{ ExecutionContext, Future }
 
diff --git 
a/pekko-sample-grpc-kubernetes-scala/http-to-grpc/src/main/scala/com/example/helloworld/HttpToGrpc.scala
 
b/pekko-sample-grpc-kubernetes-scala/http-to-grpc/src/main/scala/com/example/helloworld/HttpToGrpc.scala
index 10b0fe0..1349a1d 100644
--- 
a/pekko-sample-grpc-kubernetes-scala/http-to-grpc/src/main/scala/com/example/helloworld/HttpToGrpc.scala
+++ 
b/pekko-sample-grpc-kubernetes-scala/http-to-grpc/src/main/scala/com/example/helloworld/HttpToGrpc.scala
@@ -6,7 +6,7 @@ import org.apache.pekko.grpc.GrpcClientSettings
 import org.apache.pekko.http.scaladsl.Http
 import org.apache.pekko.http.scaladsl.model._
 import org.apache.pekko.http.scaladsl.server.Directives._
-import org.apache.pekko.stream.{ ActorMaterializer, Materializer }
+import org.apache.pekko.stream.Materializer
 
 import scala.concurrent.duration._
 import scala.concurrent.{ ExecutionContext, Future }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to