Skip to content

Commit 541d8e8

Browse files
Update stubs/resampy/resampy/filters.pyi
Co-authored-by: Semyon Moroz <donbarbos@proton.me>
1 parent 2801ee4 commit 541d8e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stubs/resampy/resampy/filters.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ import numpy as np
66
__all__ = ["get_filter", "clear_cache", "sinc_window"]
77

88
# Dictionary to cache loaded filters
9-
FILTER_CACHE: dict[str, tuple[np.ndarray[tuple[int, ...], np.dtype[np.floating[Any]]], int, float]] = {}
9+
FILTER_CACHE: dict[str, tuple[np.ndarray[tuple[int, ...], np.dtype[np.floating[Any]]], int, float]]
1010

1111
# List of filter functions available
12-
FILTER_FUNCTIONS: list[str] = ["sinc_window"]
12+
FILTER_FUNCTIONS: list[str]
1313

1414
def sinc_window(
1515
num_zeros: int = 64,

0 commit comments

Comments
 (0)