Skip to content

Commit 44670e3

Browse files
committed
Remove unused showHints reference
1 parent f45ec3c commit 44670e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/jupyterlab-lsp/src/virtual/editors/notebook.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Notebook, NotebookPanel } from '@jupyterlab/notebook';
22
import { Cell } from '@jupyterlab/cells';
33
import { CodeMirrorEditor } from '@jupyterlab/codemirror';
4-
import { ShowHintOptions } from 'codemirror';
54
import { IOverridesRegistry } from '../../magics/overrides';
65
import { IForeignCodeExtractorsRegistry } from '../../extractors/types';
76
import { VirtualEditor } from '../editor';
@@ -138,7 +137,6 @@ export class VirtualEditorForNotebook extends VirtualEditor {
138137
return this.get_editor_at_root_line(position);
139138
}
140139

141-
showHint: (options: ShowHintOptions) => void;
142140
state: any;
143141

144142
addKeyMap(map: string | CodeMirror.KeyMap, bottom?: boolean): void {

0 commit comments

Comments
 (0)