remove pass

This commit is contained in:
Pavel 2020-09-27 21:20:16 +02:00
parent 43ab3915d0
commit 4d63c812a2
1 changed files with 0 additions and 1 deletions

View File

@ -189,7 +189,6 @@ def aller_selon(path):
if y < laby_h:
draw_rect(x * zx, y * zy, zint, zy + zint, 'black')
else:
pass
draw_rect(x * zx, (y - laby_h + 1) * zy, zx + zint, zint, 'black')
for i in range(len(path)):
tourner(path[i][0])