We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b3d00 commit 9ca2c19Copy full SHA for 9ca2c19
src/client/jedi/main.ts
@@ -8,7 +8,6 @@ import * as vscode from 'vscode';
8
import { createDeferred, Deferred } from '../common/helpers';
9
import { PythonSettings } from '../common/configSettings';
10
import { EventEmitter } from 'events';
11
-import { formatErrorForLogging } from '../common/utils';
12
import { CancellationToken } from 'vscode';
13
import { RequestCommands } from "./commands";
14
0 commit comments