Skip to content

Commit 75f0d8e

Browse files
Update stubs/resampy/resampy/core.pyi
Co-authored-by: Semyon Moroz <donbarbos@proton.me>
1 parent 6f07d59 commit 75f0d8e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

stubs/resampy/resampy/core.pyi

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ def resample(
2323
axis: int = -1,
2424
filter: _FilterType = "kaiser_best",
2525
parallel: bool = False,
26-
**kwargs: Unpack[_FilterKwArgs],
26+
*,
27+
num_zeros: int = ...,
28+
precision: int = ...,
29+
rolloff: float = ...,
2730
) -> _FloatArray: ...
2831
def resample_nu(
2932
x: _FloatArray,

0 commit comments

Comments
 (0)