Lint
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
kleph 2021-12-13 23:19:39 +01:00
parent 615ad098bd
commit 4284b50891

View file

@ -61,7 +61,7 @@ def fold_horizontally(g, fold_y):
g[new_y][x] = 1
# cut the other half of the grid
for i in range(fold_y+1):
for _ in range(fold_y+1):
g.pop()