correct type

This commit is contained in:
Niels ten Boom 2023-03-03 23:16:49 +01:00
parent 21cb0ef980
commit 89c9c9ccc7
No known key found for this signature in database
GPG Key ID: BA06100106A9088F

View File

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