Skip to content

Commit a6efc0b

Browse files
committed
fix: build
1 parent 46d8fc1 commit a6efc0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/client/envExt/api.legacy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT License.
33

4-
import { Terminal, Uri, WorkspaceFolder } from 'vscode';
4+
import { Terminal, Uri } from 'vscode';
55
import { getEnvExtApi, getEnvironment } from './api.internal';
66
import { EnvironmentType, PythonEnvironment as PythonEnvironmentLegacy } from '../pythonEnvironments/info';
77
import { PythonEnvironment, PythonTerminalOptions } from './types';
88
import { Architecture } from '../common/utils/platform';
99
import { parseVersion } from '../pythonEnvironments/base/info/pythonVersion';
1010
import { PythonEnvType } from '../pythonEnvironments/base/info';
11-
import { traceError, traceInfo } from '../logging';
11+
import { traceError } from '../logging';
1212
import { reportActiveInterpreterChanged } from '../environmentApi';
1313
import { getWorkspaceFolder, getWorkspaceFolders } from '../common/vscodeApis/workspaceApis';
1414

0 commit comments

Comments
 (0)