This commit is contained in:
p57492168 2022-06-21 21:51:58 +08:00
parent fa8e41cac8
commit 9af11c5cc8
1 changed files with 0 additions and 1 deletions

View File

@ -149,7 +149,6 @@ class Spiral(object):
"""
return _turn(direction)
else:
# print(f'not turn')
return direction
def step(self, state, info):