Skip to content

Commit b30c743

Browse files
committed
Updates
1 parent cc8d25e commit b30c743

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/client/envExt/api.internal.ts

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

4-
import { EventEmitter, Terminal, Uri, Disposable, ConfigurationTarget, CancellationToken } from 'vscode';
4+
import { EventEmitter, Terminal, Uri, Disposable, ConfigurationTarget } from 'vscode';
55
import { getExtension } from '../common/vscodeApis/extensionsApi';
66
import {
77
GetEnvironmentScope,
@@ -11,7 +11,6 @@ import {
1111
PythonProcess,
1212
RefreshEnvironmentsScope,
1313
DidChangeEnvironmentEventArgs,
14-
Package,
1514
} from './types';
1615
import { executeCommand } from '../common/vscodeApis/commandApis';
1716
import { IInterpreterPathService } from '../common/types';

0 commit comments

Comments
 (0)