TicTacToe: Remove python2 compatibility imports
This commit is contained in:
parent
cff3e30734
commit
aadf639e5e
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
import copy
|
import copy
|
||||||
import random
|
import random
|
||||||
from six.moves import range
|
|
||||||
|
|
||||||
initial_board = [["_", "_", "_"],
|
initial_board = [["_", "_", "_"],
|
||||||
["_", "_", "_"],
|
["_", "_", "_"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue