Skip to content

Commit 8d7e2ac

Browse files
committed
make compiler happy
1 parent 60fbabc commit 8d7e2ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/repl/nativeRepl.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ import { expect } from 'chai';
88
import { IInterpreterService } from '../../client/interpreter/contracts';
99
import { PythonEnvironment } from '../../client/pythonEnvironments/info';
1010
import { getNativeRepl, NativeRepl } from '../../client/repl/nativeRepl';
11-
12-
import * as replUtils from '../../client/repl/replUtils';
1311
import * as persistentState from '../../client/common/persistentState';
1412

1513
suite('REPL - Native REPL', () => {

0 commit comments

Comments
 (0)