[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-07-31 21:19:19 +00:00
parent c96dc36e04
commit b310c14266

View File

@ -51,7 +51,6 @@ def seed(canvas: list[list[bool]]) -> None:
canvas[i][j] = bool(random.getrandbits(1))
def run(canvas: list[list[bool]]) -> list[list[bool]]:
"""
This function runs the rules of game through all points, and changes their