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 a21ceaa commit fdc161e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kyu_5/directions_reduction/directions_reduction.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def check_pairs(arr: list) -> bool:
def del_directions(i: int, arr: list) -> None:
"""
Remove directions from the list.
:param i: int
:param arr:list
:return: None
Expand Down

0 comments on commit fdc161e

Please sign in to comment.