diff --git a/zio-http/src/main/scala/zio/http/SocketApp.scala b/zio-http/src/main/scala/zio/http/SocketApp.scala index 1b2a70b879..416ca3eb5c 100644 --- a/zio-http/src/main/scala/zio/http/SocketApp.scala +++ b/zio-http/src/main/scala/zio/http/SocketApp.scala @@ -1,6 +1,6 @@ package zio.http -import zio.{Cause, Scope, Tag, Trace, ZEnvironment, ZIO, ZLayer} +import zio._ final case class SocketApp[-R]( handler: Handler[R, Throwable, WebSocketChannel, Any],