Skip to content

Commit 93349bb

Browse files
committed
figuring out build failure
1 parent 53b4ca8 commit 93349bb

File tree

1 file changed

+2
-3
lines changed
  • examples/conways_game_of_life/conways_game_of_life

1 file changed

+2
-3
lines changed

examples/conways_game_of_life/conways_game_of_life/cell.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
import mesa
1+
from mesa.experimental.cell_space import CellAgent
22

3-
4-
class Cell(mesa.experimental.cell_space.CellAgent):
3+
class Cell(CellAgent):
54
"""Represents a single ALIVE or DEAD cell in the simulation."""
65

76
DEAD = 0

0 commit comments

Comments
 (0)