Skip to content

Commit

Permalink
make compiler happy
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed Nov 19, 2024
1 parent 60fbabc commit 8d7e2ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/repl/nativeRepl.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import { expect } from 'chai';
import { IInterpreterService } from '../../client/interpreter/contracts';
import { PythonEnvironment } from '../../client/pythonEnvironments/info';
import { getNativeRepl, NativeRepl } from '../../client/repl/nativeRepl';

import * as replUtils from '../../client/repl/replUtils';
import * as persistentState from '../../client/common/persistentState';

suite('REPL - Native REPL', () => {
Expand Down

0 comments on commit 8d7e2ac

Please sign in to comment.