mirror of https://github.com/coqui-ai/TTS.git
linter fixes
This commit is contained in:
parent
e507373b55
commit
c619859a3f
|
@ -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