Removed unused imports

This commit is contained in:
2025-10-29 17:29:28 +01:00
parent 5da0a02cc8
commit 6811890531
2 changed files with 0 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
package org.toop.game.reversi;
import org.toop.game.Game;
import org.toop.game.TurnBasedGame;
import org.toop.game.enumerators.GameState;
import org.toop.game.records.Move;

View File

@@ -1,7 +1,5 @@
package org.toop.game.tictactoe;
import org.toop.game.Game;
import java.util.*;
import org.junit.jupiter.api.BeforeEach;