Fix errors from merging
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import chess.engine
|
||||
import chess
|
||||
from functools import cache
|
||||
import chess.engine
|
||||
|
||||
from chesspp.i_strategy import IStrategy
|
||||
import numba
|
||||
|
||||
# Scoring based on PeSTO (Piece-Square Tables Only) Evaluation Functions
|
||||
# https://www.chessprogramming.org/PeSTO%27s_Evaluation_Function
|
||||
|
||||
Reference in New Issue
Block a user