This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch scala3 in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git
commit 3a79bad639b250d027c011154ad623f43db5f850 Author: PJ Fanning <[email protected]> AuthorDate: Tue Jun 27 11:12:45 2023 +0100 unused import --- .../stream/connectors/unixdomainsocket/impl/UnixDomainSocketImpl.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix-domain-socket/src/main/scala/org/apache/pekko/stream/connectors/unixdomainsocket/impl/UnixDomainSocketImpl.scala b/unix-domain-socket/src/main/scala/org/apache/pekko/stream/connectors/unixdomainsocket/impl/UnixDomainSocketImpl.scala index c2737e94c..51b846ef3 100644 --- a/unix-domain-socket/src/main/scala/org/apache/pekko/stream/connectors/unixdomainsocket/impl/UnixDomainSocketImpl.scala +++ b/unix-domain-socket/src/main/scala/org/apache/pekko/stream/connectors/unixdomainsocket/impl/UnixDomainSocketImpl.scala @@ -17,7 +17,7 @@ package impl import org.apache.pekko import pekko.actor.{ Cancellable, CoordinatedShutdown, ExtendedActorSystem, Extension } import pekko.annotation.InternalApi -import pekko.event.{ LogSource, Logging, LoggingAdapter } +import pekko.event.{ Logging, LoggingAdapter } import pekko.stream._ import pekko.stream.connectors.unixdomainsocket.scaladsl.UnixDomainSocket.{ IncomingConnection, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
