We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd757dc commit 2c6f553Copy full SHA for 2c6f553
cellular_automata/conways_game_of_life.py
@@ -7,7 +7,7 @@
7
8
from typing import List
9
10
-from PIL import Image # type: ignore
+from PIL import Image
11
12
# Define glider example
13
GLIDER = [
cellular_automata/one_dimensional.py
@@ -6,7 +6,7 @@
6
from __future__ import annotations
# Define the first generation of cells
# fmt: off
0 commit comments