Skip to content

Commit

Permalink
refactor: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
alxdrcirilo committed Aug 7, 2023
1 parent 6095b0c commit a677887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_game.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from checkers.exceptions.moves import NoMoves
from checkers.logic.board import Board
from checkers.logic.game import Game
from checkers.logic.piece import Player, Piece
from checkers.logic.piece import Piece, Player


@pytest.fixture
Expand Down

0 comments on commit a677887

Please sign in to comment.