We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a7365e commit 0ae8b16Copy full SHA for 0ae8b16
1 file changed
tictactoe/lambda.py
@@ -4,7 +4,6 @@
4
from tictactoe.database import DictDatabase
5
from tictactoe.environment import DICT_DATABASE_FILE, Board, InvalidBoardError
6
from tictactoe.game import get_move_response
7
-from pathlib import Path
8
9
10
def move_handler(event: Dict[str, Any], context: Dict[str, Any]) -> str:
0 commit comments