Skip to content

Commit e4b50db

Browse files
⚰️ removed unused type alias
1 parent 6c4d28c commit e4b50db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scipy-stubs/sparse/linalg/_eigen/arpack/arpack.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ from typing import Final, Literal, TypeAlias, TypeVar, overload
33

44
import numpy as np
55
import optype.numpy as onp
6-
import optype.numpy.compat as npc
76

87
from scipy.sparse._base import _spbase
98
from scipy.sparse.linalg import LinearOperator
@@ -12,7 +11,6 @@ __all__ = ["ArpackError", "ArpackNoConvergence", "eigs", "eigsh"]
1211

1312
_KT = TypeVar("_KT")
1413

15-
_ToRealMatrix: TypeAlias = onp.ToFloat2D | LinearOperator[npc.floating | npc.integer] | _spbase
1614
_ToComplexMatrix: TypeAlias = onp.ToComplex2D | LinearOperator | _spbase
1715

1816
_Which_eigs: TypeAlias = Literal["LM", "SM", "LR", "SR", "LI", "SI"]

0 commit comments

Comments
 (0)