Skip to content

Commit

Permalink
Just commit
Browse files Browse the repository at this point in the history
  • Loading branch information
VincitoreSi committed Dec 18, 2021
1 parent 9fafacc commit 02bd884
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tictactoe/tictactoe.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import math
import copy

X = "X"
O = "O"
EMPTY = None
Expand Down

0 comments on commit 02bd884

Please sign in to comment.