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 fdc161e commit 0fba6c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kyu_5/directions_reduction/directions_reduction.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ 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 0fba6c4

Please sign in to comment.