Skip to content

Commit 339bc27

Browse files
committed
💡 remove now-resolved # type: ignore
1 parent 0838b05 commit 339bc27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scipy-stubs/sparse/linalg/_interface.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class LinearOperator(Generic[_SCT_co]):
6565

6666
# keep in sync with `_CustomLinearOperator.__init__`
6767
@overload # no dtype
68-
def __new__( # type: ignore[overload-overlap]
68+
def __new__(
6969
cls,
7070
shape: _ToShape,
7171
matvec: _FunMatVec,

0 commit comments

Comments
 (0)