Skip to content

Commit 65b04e6

Browse files
committed
other changes
1 parent 896f646 commit 65b04e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/managers/poetry/poetryManager.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ import {
1717
} from '../../api';
1818
import { PoetryStrings } from '../../common/localize';
1919
import { 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';
2320
import { StopWatch } from '../../common/stopWatch';
2421
import { EventNames } from '../../common/telemetry/constants';
2522
import { classifyError } from '../../common/telemetry/errorClassifier';
2623
import { 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';
2727
import { NativePythonFinder } from '../common/nativePythonFinder';
2828
import { getLatest } from '../common/utils';
2929
import {

0 commit comments

Comments
 (0)