mirror of https://github.com/coqui-ai/TTS.git
linter fixes
This commit is contained in:
parent
2b5cb24db7
commit
3c961370e7
|
@ -104,7 +104,6 @@ def get_last_checkpoint(path):
|
||||||
pass
|
pass
|
||||||
if last_checkpoint is None:
|
if last_checkpoint is None:
|
||||||
raise ValueError(f"No checkpoints in {path}!")
|
raise ValueError(f"No checkpoints in {path}!")
|
||||||
else:
|
|
||||||
return last_checkpoint
|
return last_checkpoint
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue