mirror of https://github.com/coqui-ai/TTS.git
linter fix
This commit is contained in:
parent
e15734c3fc
commit
00b5090974
|
@ -25,7 +25,7 @@ class GANDataset(Dataset):
|
|||
use_noise_augment=False,
|
||||
use_cache=False,
|
||||
verbose=False):
|
||||
|
||||
super(GANDataset, self).__init__()
|
||||
self.ap = ap
|
||||
self.item_list = items
|
||||
self.compute_feat = not isinstance(items[0], (tuple, list))
|
||||
|
|
Loading…
Reference in New Issue