Skip to content

Commit

Permalink
Update directions_reduction.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 10, 2024
1 parent 615c0d0 commit d06617d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyu_5/directions_reduction/directions_reduction.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def del_directions(i: int, arr: list) -> None:
Remove directions from the list of direction.
:param i: int
:param arr:list
:param arr: list
:return: None
"""
del arr[i + 1]
Expand Down

0 comments on commit d06617d

Please sign in to comment.