Skip to content

Commit 1fba561

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7c37f5b commit 1fba561

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

linear_algebra/src/rank_of_matrix.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def rank_of_matrix(matrix: list[list[int | float]]) -> int:
6464
"""
6565

6666
import copy
67+
6768
if not matrix or not matrix[0]:
6869
return 0
6970

0 commit comments

Comments
 (0)