Skip to content

Commit 99ee0c3

Browse files
Update stubs/resampy/resampy/core.pyi
Co-authored-by: Semyon Moroz <donbarbos@proton.me>
1 parent 3d175be commit 99ee0c3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

stubs/resampy/resampy/core.pyi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ import numpy as np
66

77
__all__ = ["resample", "resample_nu"]
88

9-
_FloatArray = TypeVar("_FloatArray", bound=np.ndarray[tuple[int, ...], np.dtype[np.floating[Any]]])
10-
119
# np.floating[Any] because precision is not important
12-
10+
_FloatArray = TypeVar("_FloatArray", bound=np.ndarray[tuple[int, ...], np.dtype[np.floating[Any]]])
1311
_FilterType: TypeAlias = str | Callable[[int], np.ndarray[tuple[int], np.dtype[np.float64]]]
1412

1513
def resample(

0 commit comments

Comments
 (0)