Skip to content

Commit 851d0a3

Browse files
committed
Updates
1 parent 49ad7af commit 851d0a3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/client/chat/installPackagesTool.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ import {
1414
} from 'vscode';
1515
import { PythonExtension } from '../api/types';
1616
import { IServiceContainer } from '../ioc/types';
17-
import { getEnvDisplayName, getToolResponseIfNotebook, IResourceReference, isCondaEnv, raceCancellationError } from './utils';
17+
import {
18+
getEnvDisplayName,
19+
getToolResponseIfNotebook,
20+
IResourceReference,
21+
isCondaEnv,
22+
raceCancellationError,
23+
} from './utils';
1824
import { resolveFilePath } from './utils';
1925
import { IModuleInstaller } from '../common/installer/types';
2026
import { ModuleInstallerType } from '../pythonEnvironments/info';

0 commit comments

Comments
 (0)