Skip to content

Commit 8522355

Browse files
committed
MAINT: Reexport LinAlgError to the np.linalg.linalg stubs
1 parent 9ebecee commit 8522355

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

numpy/linalg/linalg.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ from numpy import (
1919
complex128,
2020
)
2121

22+
from numpy.linalg import LinAlgError as LinAlgError
23+
2224
from numpy.typing import (
2325
NDArray,
2426
ArrayLike,

0 commit comments

Comments
 (0)