Skip to content

Commit fecb044

Browse files
committed
Merge branch 'master' of https://github.com/Marioman2023/Python
2 parents 46ceaf6 + 54ac574 commit fecb044

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cellular_automata/von_neumann.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,4 +313,5 @@ def simulate_von_neumann_cellular_automaton(
313313

314314
if __name__ == "__main__":
315315
import doctest
316+
316317
doctest.testmod(verbose=True)

0 commit comments

Comments
 (0)