mirror of
https://github.com/clearml/clearml-agent
synced 2025-06-26 18:16:15 +00:00
correct type
This commit is contained in:
parent
21cb0ef980
commit
89c9c9ccc7
@ -2877,7 +2877,7 @@ class Worker(ServiceCommandSection):
|
||||
return freeze
|
||||
|
||||
def _install_poetry_requirements(self, repo_info, install_path):
|
||||
# type: (Optional[RepoInfo], ExecutionInfo) -> Optional[PoetryAPI]
|
||||
# type: (Optional[RepoInfo], Path) -> Optional[PoetryAPI]
|
||||
if not repo_info:
|
||||
return None
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user