mirror of
https://github.com/coqui-ai/TTS.git
synced 2026-09-01 19:49:35 +02:00
Fix lint
This commit is contained in:
@@ -144,7 +144,8 @@ class ModelManager(object):
|
||||
output_model_path, output_config_path = self._find_files(output_path)
|
||||
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
|
||||
|
||||
Args:
|
||||
|
||||
Reference in New Issue
Block a user