We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60fbabc commit 8d7e2acCopy full SHA for 8d7e2ac
src/test/repl/nativeRepl.test.ts
@@ -8,8 +8,6 @@ import { expect } from 'chai';
8
import { IInterpreterService } from '../../client/interpreter/contracts';
9
import { PythonEnvironment } from '../../client/pythonEnvironments/info';
10
import { getNativeRepl, NativeRepl } from '../../client/repl/nativeRepl';
11
-
12
-import * as replUtils from '../../client/repl/replUtils';
13
import * as persistentState from '../../client/common/persistentState';
14
15
suite('REPL - Native REPL', () => {
0 commit comments