Skip to content

Commit

Permalink
fix unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed May 22, 2024
1 parent 44a9e1f commit 290e8f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/main/scala/Chess.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package lila.ws

import cats.syntax.option.*
import chess.format.{ Fen, Uci, UciCharPair, UciPath }
import chess.format.{ Uci, UciCharPair, UciPath }
import chess.json.Json
import chess.opening.OpeningDb
import chess.variant.Variant
Expand Down
4 changes: 1 addition & 3 deletions src/main/scala/netty/ActorChannelConnector.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ import io.netty.util.concurrent.{ Future as NettyFuture, GenericFutureListener }
import org.apache.pekko.actor.typed.ActorRef

import lila.ws.Controller.Endpoint

import ProtocolHandler.key
import ipc.ClientIn
import lila.ws.netty.ProtocolHandler.key

final private class ActorChannelConnector(clients: ActorRef[Clients.Control])(using Executor):

Expand Down

0 comments on commit 290e8f3

Please sign in to comment.