diff --git a/src/cli_chess/core/game/game_model_base.py b/src/cli_chess/core/game/game_model_base.py index 869e315..579a7c2 100644 --- a/src/cli_chess/core/game/game_model_base.py +++ b/src/cli_chess/core/game/game_model_base.py @@ -18,7 +18,7 @@ from cli_chess.modules.material_difference import MaterialDifferenceModel from cli_chess.modules.premove import PremoveModel from cli_chess.utils import EventManager, log -from chess import Color, WHITE, COLOR_NAMES, InvalidMoveError, IllegalMoveError, AmbiguousMoveError +from chess import Color, WHITE, COLOR_NAMES from random import getrandbits from abc import ABC, abstractmethod