We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9d03d commit 9618672Copy full SHA for 9618672
1 file changed
src/managers/poetry/poetryUtils.ts
@@ -227,7 +227,7 @@ async function nativeToPythonEnv(
227
api: PythonEnvironmentApi,
228
manager: EnvironmentManager,
229
_poetry: string,
230
-): Promise<Promise<PythonEnvironment | undefined>> {
+): Promise<PythonEnvironment | undefined> {
231
if (!(info.prefix && info.executable && info.version)) {
232
traceError(`Incomplete poetry environment info: ${JSON.stringify(info)}`);
233
return undefined;
0 commit comments