Skip to content

Commit b821396

Browse files
committed
error
1 parent 728877c commit b821396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/common/python.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/* eslint-disable @typescript-eslint/naming-convention */
55
import { Environment, EnvironmentPath, ResolvedEnvironment, Resource } from '@vscode/python-extension';
66
import { commands, EventEmitter, extensions, Uri, Event, Disposable, Extension } from 'vscode';
7-
import { traceError, traceLog, traceWarn } from './log/logging';
7+
import { traceError, traceLog } from './log/logging';
88
import { PythonEnvironment, PythonEnvironmentApi, PythonEnvsExtension } from '../envExtApi';
99
import {
1010
legacyGetActiveEnvironmentPath,

0 commit comments

Comments
 (0)