Skip to content

Commit 0ae8b16

Browse files
committed
lint
1 parent 5a7365e commit 0ae8b16

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tictactoe/lambda.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from tictactoe.database import DictDatabase
55
from tictactoe.environment import DICT_DATABASE_FILE, Board, InvalidBoardError
66
from tictactoe.game import get_move_response
7-
from pathlib import Path
87

98

109
def move_handler(event: Dict[str, Any], context: Dict[str, Any]) -> str:

0 commit comments

Comments
 (0)