Remove variable import
All checks were successful
Python tests (make) / test (push) Successful in 11s
Python tests (make) / test (pull_request) Successful in 10s

This commit is contained in:
2025-08-19 15:56:06 -04:00
parent f6c796730e
commit 134eafa135

View File

@@ -2,7 +2,6 @@ from test.base import ChessLibTestBase
from test.chess_ffi import Move from test.chess_ffi import Move
from test.chess_ffi import Board from test.chess_ffi import Board
from test.chess_ffi import BLACK from test.chess_ffi import BLACK
from test.chess_ffi import WHITE
from test.chess_ffi import is_in_check from test.chess_ffi import is_in_check
from test.chess_ffi import gen_legal_moves from test.chess_ffi import gen_legal_moves
from test.chess_ffi import sq from test.chess_ffi import sq