File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ import {
1717} from '../../api' ;
1818import { PoetryStrings } from '../../common/localize' ;
1919import { traceError , traceInfo } from '../../common/logging' ;
20- import { createDeferred , Deferred } from '../../common/utils/deferred' ;
21- import { normalizePath } from '../../common/utils/pathUtils' ;
22- import { withProgress } from '../../common/window.apis' ;
2320import { StopWatch } from '../../common/stopWatch' ;
2421import { EventNames } from '../../common/telemetry/constants' ;
2522import { classifyError } from '../../common/telemetry/errorClassifier' ;
2623import { sendTelemetryEvent } from '../../common/telemetry/sender' ;
24+ import { createDeferred , Deferred } from '../../common/utils/deferred' ;
25+ import { normalizePath } from '../../common/utils/pathUtils' ;
26+ import { withProgress } from '../../common/window.apis' ;
2727import { NativePythonFinder } from '../common/nativePythonFinder' ;
2828import { getLatest } from '../common/utils' ;
2929import {
You can’t perform that action at this time.
0 commit comments