Skip to content

Commit 1bbce9c

Browse files
committed
fix import
1 parent ff0ab6e commit 1bbce9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/notebooks/deepnote/deepnoteNotebookSelector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { l10n, type QuickPickItem, window } from 'vscode';
2-
import { toPromise } from '../../platform/common/utils/events';
32

3+
import { toPromise } from '../../platform/common/utils/events';
44
import type { DeepnoteNotebook } from './deepnoteTypes';
55

66
interface NotebookQuickPickItem extends QuickPickItem {

0 commit comments

Comments
 (0)