Skip to content

Commit 84c1d17

Browse files
committed
Fixes
1 parent 3a4913f commit 84c1d17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/client/pythonEnvironments/base/locators/common/nativePythonFinder.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import { isWindows } from '../../../../common/platform/platformService';
1010
import { EXTENSION_ROOT_DIR } from '../../../../constants';
1111
import { traceError, traceInfo, traceLog, traceVerbose, traceWarn } from '../../../../logging';
1212
import { createDeferred } from '../../../../common/utils/async';
13-
import { StopWatch } from '../../../../common/utils/stopWatch';
1413

1514
const NATIVE_LOCATOR = isWindows()
1615
? path.join(EXTENSION_ROOT_DIR, 'native_locator', 'bin', 'python-finder.exe')

0 commit comments

Comments
 (0)