Skip to content

Commit 2974129

Browse files
committed
hopefully fixed library format issues
1 parent 8fa6abc commit 2974129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cellular_automata/von_neumann.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
import sys
1919

2020
import matplotlib.pyplot as plt
21+
import numpy as np
2122
from matplotlib import animation
2223
from matplotlib.colors import ListedColormap
23-
import numpy as np
2424

2525

2626
def create_random_grid(

0 commit comments

Comments
 (0)