Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbayless committed May 27, 2024
1 parent 25e9a1c commit ad7392d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli_chess/core/game/game_model_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ad7392d

Please sign in to comment.