Formatting
All checks were successful
Python tests (make) / test (push) Successful in 14s

This commit is contained in:
2025-08-22 15:23:45 -04:00
parent ed0f2f6df9
commit 18a2f142cd
2 changed files with 1 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
from test.base import ChessLibTestBase
from binding.python_c_ffi import Board
from binding.python_c_ffi import sq
from binding.python_c_ffi import BLACK
from binding.python_c_ffi import WHITE
from test.base import ChessLibTestBase
class TestAttackers(ChessLibTestBase):