Skip to content

Commit 9da123f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7354b6c commit 9da123f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cellular_automata/elementary_cellular_automaton.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ def rule_30_step(current: List[int]) -> List[int]:
4444
return next_gen
4545

4646

47-
def generate_rule_30(
48-
size: int = 31, generations: int = 15
49-
) -> List[List[int]]:
47+
def generate_rule_30(size: int = 31, generations: int = 15) -> List[List[int]]:
5048
"""
5149
Generate multiple generations of Rule 30 automaton.
5250

0 commit comments

Comments
 (0)