Skip to content

Commit bbc1b48

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

linear_algebra/gaussian_elimination.py

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
NDArray[float64]: The solution vector containing the values of the unknown variables.
1313
"""
1414

15-
1615
import numpy as np
1716
from numpy import float64
1817
from numpy.typing import NDArray

0 commit comments

Comments
 (0)