Skip to content

Commit 3c251c3

Browse files
committed
Remove obsolete comment
1 parent 97d5251 commit 3c251c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/client/pythonEnvironments/base/envsCache.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ export class PythonEnvInfoCache implements IEnvsCache {
7878
}
7979

8080
public getEnv(env: PythonEnvInfo | string): PythonEnvInfo | undefined {
81-
// This will have to be updated when areSameEnvironment's signature changes.
82-
// See https://github.com/microsoft/vscode-python/pull/14026/files#r493720817.
8381
const result = this.envsList?.find((info) => areSameEnvironment(info, env));
8482

8583
if (result) {

0 commit comments

Comments
 (0)