Remove useless function
This commit is contained in:
parent
9a78f344b6
commit
7e8d195381
1 changed files with 0 additions and 7 deletions
|
@ -29,13 +29,6 @@ def one(instr: str):
|
|||
return i
|
||||
|
||||
|
||||
def are_cursors_at_z(cursors: list[str]) -> bool:
|
||||
for c in cursors:
|
||||
if c[-1] != "Z":
|
||||
return False
|
||||
return True
|
||||
|
||||
|
||||
def two(instr: str):
|
||||
instructions, graph = parse(instr)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue