diff --git a/chess_ai.py b/chess_ai.py index a838a63..0f8b3be 100644 --- a/chess_ai.py +++ b/chess_ai.py @@ -7,7 +7,6 @@ import random as rn from copy import copy -# from multiprocessing import Pool __all__ = ['getRandomMove', 'getBestMove']