Skip to content

Commit e1f5547

Browse files
committed
Misc
1 parent b484daf commit e1f5547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kernels/jupyter/remoteKernelFinder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import { injectable, inject } from 'inversify';
66
import { CancellationToken, Uri } from 'vscode';
7-
import { getKernelId, getLanguageInKernelSpec, isPythonKernelConnection } from '../helpers';
7+
import { getKernelId, getLanguageInKernelSpec } from '../helpers';
88
import {
99
IJupyterKernelSpec,
1010
INotebookProviderConnection,

0 commit comments

Comments
 (0)