Skip to content

Commit

Permalink
Unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
som-snytt committed Feb 4, 2025
1 parent 3fa7935 commit 91110de
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/src/main/scala/Game.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package chess

import chess.format.pgn.SanStr
import chess.format.{ Fen, Uci, pgn }
import chess.format.{ Fen, Uci }

case class Game(
situation: Situation,
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/scala/Situation.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package chess

import cats.syntax.all.*
import chess.format.Uci
import chess.variant.{ Antichess, Crazyhouse, Standard }
import chess.variant.{ Antichess, Crazyhouse }

import bitboard.Bitboard
import bitboard.Bitboard.*
Expand Down
1 change: 0 additions & 1 deletion test-kit/src/test/scala/ByColorLawsTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package chess

import cats.laws.discipline.{ ApplicativeTests, FunctorTests, TraverseTests }
import munit.DisciplineSuite
import org.scalacheck.*

import CoreArbitraries.given

Expand Down
1 change: 0 additions & 1 deletion test-kit/src/test/scala/CastlesTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import munit.ScalaCheckSuite
import org.scalacheck.Prop

import CoreArbitraries.given
import Square.*
import Castles.*

class CastlesTest extends ScalaCheckSuite:
Expand Down
2 changes: 1 addition & 1 deletion test-kit/src/test/scala/perft/Perft.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package chess
package perft

import chess.format.{ Fen, FullFen }
import chess.variant.{ Chess960, Crazyhouse, Variant }
import chess.variant.{ Crazyhouse, Variant }

import MoveOrDrop.*

Expand Down

0 comments on commit 91110de

Please sign in to comment.