Skip to content

Commit bbbbbd5

Browse files
Update stubs/resampy/resampy/interpn.pyi
Co-authored-by: Semyon Moroz <donbarbos@proton.me>
1 parent 48f3996 commit bbbbbd5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

stubs/resampy/resampy/interpn.pyi

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ def _resample_loop(
99
scale: float,
1010
y: np.ndarray[tuple[int, ...], np.dtype[np.floating]],
1111
) -> None: ...
12-
13-
# JIT-compiled parallel version of _resample_loop
14-
_resample_loop_p = ...
15-
16-
# JIT-compiled sequential version of _resample_loop
17-
_resample_loop_s = ...
18-
1912
def resample_f_p(
2013
x: np.ndarray[tuple[int, ...], np.dtype[np.floating]],
2114
t_out: np.ndarray[tuple[int, ...], np.dtype[np.floating]],

0 commit comments

Comments
 (0)