Skip to content

Commit 37def4d

Browse files
committed
🐓 signal: remove now-resolved # type: ignore for mypy false positive
1 parent c91a240 commit 37def4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ā€Žscipy-stubs/signal/_spline_filters.pyiā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def spline_filter(Iin: onp.ArrayND[_FloatDT], lmbda: onp.ToFloat = 5.0) -> onp.A
4141

4242
#
4343
@overload
44-
def gauss_spline(x: onp.ArrayND[_SubFloat64, _ShapeT], n: onp.ToFloat) -> onp.ArrayND[np.float64, _ShapeT]: ... # type: ignore[overload-overlap]
44+
def gauss_spline(x: onp.ArrayND[_SubFloat64, _ShapeT], n: onp.ToFloat) -> onp.ArrayND[np.float64, _ShapeT]: ...
4545
@overload
4646
def gauss_spline(x: onp.ArrayND[_InexactQT, _ShapeT], n: onp.ToFloat) -> onp.ArrayND[_InexactQT, _ShapeT]: ...
4747
@overload

0 commit comments

Comments
Ā (0)