Skip to content

Commit ecedb8f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5babcfc commit ecedb8f

File tree

1 file changed

+1
-0
lines changed
  • examples/conways_game_of_life/conways_game_of_life

1 file changed

+1
-0
lines changed

examples/conways_game_of_life/conways_game_of_life/cell.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from mesa.experimental.cell_space import CellAgent
22

3+
34
class Cell(CellAgent):
45
"""Represents a single ALIVE or DEAD cell in the simulation."""
56

0 commit comments

Comments
 (0)