Skip to content

Commit d409402

Browse files
committed
Remove unused import
Signed-off-by: Tomas Kislan <[email protected]>
1 parent c2a5eef commit d409402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/notebooks/deepnote/deepnoteKernelAutoSelector.node.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { assert } from 'chai';
22
import * as sinon from 'sinon';
3-
import { anything, instance, mock, verify, when } from 'ts-mockito';
3+
import { anything, instance, mock, when } from 'ts-mockito';
44
import { DeepnoteKernelAutoSelector } from './deepnoteKernelAutoSelector.node';
55
import {
66
IDeepnoteEnvironmentManager,

0 commit comments

Comments
 (0)