lint indentation

This commit is contained in:
Thomas Werkmeister
2019-07-19 16:26:36 +02:00
committed by GitHub
parent f59543d127
commit 116a21b659
+1 -1
View File
@@ -99,7 +99,7 @@ class MyDataset(Dataset):
print(" > ERROR: failed loading phonemes for {}. "
"Recomputing.".format(wav_file))
phonemes = self._generate_and_cache_phoneme_sequence(text,
cache_path)
cache_path)
if self.enable_eos_bos:
phonemes = pad_with_eos_bos(phonemes)