Skip to content

Commit 621a09f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 204c388 commit 621a09f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: matrix/diagonal_traversal.py

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ def find_diagonal_order(mat: list[list[int]]) -> list[int]:
5353
row += 1
5454
col -= 1
5555

56-
5756
return result
5857

5958

0 commit comments

Comments
 (0)