mirror of https://github.com/coqui-ai/TTS.git
Fix lint
This commit is contained in:
parent
585e9aa4f0
commit
b446fc59e3
|
@ -144,7 +144,8 @@ class ModelManager(object):
|
||||||
output_model_path, output_config_path = self._find_files(output_path)
|
output_model_path, output_config_path = self._find_files(output_path)
|
||||||
return output_model_path, output_config_path, model_item
|
return output_model_path, output_config_path, model_item
|
||||||
|
|
||||||
def _find_files(self, output_path: str) -> Tuple[str, str]:
|
@staticmethod
|
||||||
|
def _find_files(output_path: str) -> Tuple[str, str]:
|
||||||
"""Find the model and config files in the output path
|
"""Find the model and config files in the output path
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
|
|
Loading…
Reference in New Issue