mirror of https://github.com/coqui-ai/TTS.git
chore: remove unused argument
This commit is contained in:
parent
6f1cba2f81
commit
8fa4de1c8c
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue