Skip to content

Commit 3165fa5

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

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

stubs/resampy/resampy/core.pyi

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ _FloatArray = TypeVar("_FloatArray", bound=np.ndarray[tuple[int, ...], np.dtype[
1010

1111
_FilterType: TypeAlias = str | Callable[[int], np.ndarray[tuple[int], np.dtype[np.float64]]]
1212

13-
@type_check_only
14-
class _FilterKwArgs(TypedDict, total=False):
15-
num_zeros: int
16-
precision: int
17-
rolloff: float
18-
1913
def resample(
2014
x: _FloatArray,
2115
sr_orig: float,

0 commit comments

Comments
 (0)