chore: remove unused argument

This commit is contained in:
Enno Hermann 2023-11-13 21:43:06 +01:00
parent 6f1cba2f81
commit 8fa4de1c8c
1 changed files with 0 additions and 1 deletions

View File

@ -201,7 +201,6 @@ def stft(
def istft(
*,
y: np.ndarray = None,
fft_size: int = None,
hop_length: int = None,
win_length: int = None,
window: str = "hann",