Skip to content

Commit 39fb1d7

Browse files
committed
Updates
1 parent 1ad9a25 commit 39fb1d7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/client/chat/getPythonEnvTool.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,7 @@ import { IServiceContainer } from '../ioc/types';
1717
import { ICodeExecutionService } from '../terminals/types';
1818
import { TerminalCodeExecutionProvider } from '../terminals/codeExecution/terminalCodeExecution';
1919
import { IProcessServiceFactory, IPythonExecutionFactory } from '../common/process/types';
20-
import {
21-
getEnvironmentDetails,
22-
getToolResponseIfNotebook,
23-
IResourceReference,
24-
raceCancellationError,
25-
} from './utils';
20+
import { getEnvironmentDetails, getToolResponseIfNotebook, IResourceReference, raceCancellationError } from './utils';
2621
import { getPythonPackagesResponse } from './listPackagesTool';
2722
import { ITerminalHelper } from '../common/terminal/types';
2823
import { getEnvExtApi, useEnvExtension } from '../envExt/api.internal';

0 commit comments

Comments
 (0)