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/pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 4a1698574 remove unused imports (#1147)
4a1698574 is described below
commit 4a1698574cea870ffe6fde328dd76ea58e39854c
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Aug 25 15:14:27 2025 +0100
remove unused imports (#1147)
---
.../storage/impl/GoogleGCStorageStreamIntegrationSpec.scala | 2 --
.../org/apache/pekko/stream/connectors/google/auth/NoCredentials.scala | 3 +--
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git
a/google-cloud-storage/src/test/scala/org/apache/pekko/stream/connectors/googlecloud/storage/impl/GoogleGCStorageStreamIntegrationSpec.scala
b/google-cloud-storage/src/test/scala/org/apache/pekko/stream/connectors/googlecloud/storage/impl/GoogleGCStorageStreamIntegrationSpec.scala
index 1e9cebccf..9a0348be8 100644
---
a/google-cloud-storage/src/test/scala/org/apache/pekko/stream/connectors/googlecloud/storage/impl/GoogleGCStorageStreamIntegrationSpec.scala
+++
b/google-cloud-storage/src/test/scala/org/apache/pekko/stream/connectors/googlecloud/storage/impl/GoogleGCStorageStreamIntegrationSpec.scala
@@ -21,8 +21,6 @@ import
org.apache.pekko.stream.connectors.google.GoogleSettings
import org.apache.pekko.stream.connectors.googlecloud.storage.GCSSettings
import org.scalatest.DoNotDiscover
-import scala.annotation.nowarn
-
/**
* USAGE
* - Create a google cloud service account
diff --git
a/google-common/src/main/scala/org/apache/pekko/stream/connectors/google/auth/NoCredentials.scala
b/google-common/src/main/scala/org/apache/pekko/stream/connectors/google/auth/NoCredentials.scala
index 599d5f4f6..400bbdc38 100644
---
a/google-common/src/main/scala/org/apache/pekko/stream/connectors/google/auth/NoCredentials.scala
+++
b/google-common/src/main/scala/org/apache/pekko/stream/connectors/google/auth/NoCredentials.scala
@@ -15,14 +15,13 @@ package org.apache.pekko.stream.connectors.google.auth
import org.apache.pekko
import pekko.annotation.InternalApi
-import pekko.http.scaladsl.model.headers.OAuth2BearerToken
import pekko.stream.connectors.google.RequestSettings
import com.google.auth.{ Credentials => GoogleCredentials }
import com.typesafe.config.Config
import java.net.URI
import java.util
-import scala.concurrent.{ ExecutionContext, Future }
+import scala.concurrent.ExecutionContext
@InternalApi
private[connectors] object NoCredentials {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]