Skip to content

Commit b25656b

Browse files
committed
Fix import
1 parent a3007ac commit b25656b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/notebooks/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import { NotebookDocument, NotebookEditor, Uri, type Event } from 'vscode';
55
import { Resource } from '../platform/common/types';
66
import type { EnvironmentPath } from '@vscode/python-extension';
7-
import { DeepnoteProject } from './deepnote/deepnoteTypes';
7+
import { DeepnoteProject } from '../platform/deepnote/deepnoteTypes';
88

99
export interface IEmbedNotebookEditorProvider {
1010
findNotebookEditor(resource: Resource): NotebookEditor | undefined;

0 commit comments

Comments
 (0)