Skip to content

Commit 870f0d5

Browse files
github-actionsgithub-actions
authored andcommitted
fixup! Format Python code with psf/black push
1 parent 3c8b6b3 commit 870f0d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backtracking/sudoku.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def is_completed(grid):
7575
"""
7676
return all(all(cell != 0 for cell in row) for row in grid)
7777

78+
7879
def find_empty_location(grid):
7980
"""
8081
This function finds an empty location so that we can assign a number

0 commit comments

Comments
 (0)