Skip to content

Commit

Permalink
Update line_safari.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 5, 2024
1 parent 77fa6d4 commit bef7d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyu_3/line_safari_is_that_a_line/line_safari.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def assert_x_has_rout(grid: list) -> bool:
def x_counter(grid: list) -> int:
"""
Counter number of X.
:param grid: list
:return: int
"""
Expand Down

0 comments on commit bef7d8c

Please sign in to comment.