This commit is contained in:
Eren Gölge 2022-03-23 10:00:42 +01:00
parent 585e9aa4f0
commit b446fc59e3
1 changed files with 2 additions and 1 deletions

View File

@ -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: