Skip to content

Commit

Permalink
Merge pull request #443 from iKostanOrg/kyu4
Browse files Browse the repository at this point in the history
Update sudoku.py
  • Loading branch information
ikostan authored Sep 3, 2024
2 parents 90f8939 + 6029094 commit a872ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyu_4/validate_sudoku_with_size/sudoku.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def is_valid(self) -> bool:
def is_data_valid(self) -> bool:
"""
Verify data validity
:return:
:return: bool
"""
if not self.__data:
return False
Expand Down

0 comments on commit a872ca2

Please sign in to comment.