Skip to content

Commit cc548e8

Browse files
committed
Fix build error
1 parent 472c1c1 commit cc548e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/client/envExt/envExtApi.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ import {
2525
PythonEnvironmentApi,
2626
} from './types';
2727
import { FileChangeType } from '../common/platform/fileSystemWatcher';
28-
import { Architecture } from '../common/utils/platform';
28+
import { Architecture, isWindows } from '../common/utils/platform';
2929
import { parseVersion } from '../pythonEnvironments/base/info/pythonVersion';
30-
import { isWindows } from '../common/platform/platformService';
3130

3231
function getKind(pythonEnv: PythonEnvironment): PythonEnvKind {
3332
if (pythonEnv.envId.managerId.toLowerCase().endsWith('system')) {

0 commit comments

Comments
 (0)