fix warnings
All checks were successful
Linux arm64 / Build (push) Successful in 47s

This commit is contained in:
2025-05-17 18:52:45 +02:00
parent 646eb6492e
commit 70d7d81956
2 changed files with 0 additions and 9 deletions

View File

@@ -20,7 +20,6 @@ import javax.swing.SwingUtilities;
import chess.controller.CommandExecutor;
import chess.controller.CommandSender;
import chess.controller.commands.PromoteCommand.PromoteType;
import chess.controller.commands.GetAllowedCastlingsCommand.CastlingResult;
import chess.controller.event.GameListener;
import chess.model.Coordinate;
import chess.model.Move;