Skip to content

Commit 79ad334

Browse files
committed
fix: Sort imports
Signed-off-by: Tomas Kislan <[email protected]>
1 parent afabfad commit 79ad334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/notebooks/deepnote/deepnoteExplorerView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { injectable, inject } from 'inversify';
22
import { commands, window, workspace, type TreeView, Uri, l10n } from 'vscode';
33
import * as yaml from 'js-yaml';
4+
import { DeepnoteBlock, DeepnoteFile } from '@deepnote/blocks';
45
import { convertIpynbFilesToDeepnoteFile } from '@deepnote/convert';
56

67
import { IExtensionContext } from '../../platform/common/types';
@@ -11,7 +12,6 @@ import { generateUuid } from '../../platform/common/uuid';
1112
import type { DeepnoteNotebook } from '../../platform/deepnote/deepnoteTypes';
1213
import { Commands } from '../../platform/common/constants';
1314
import { readDeepnoteProjectFile } from './deepnoteProjectUtils';
14-
import { DeepnoteBlock, DeepnoteFile } from '@deepnote/blocks';
1515

1616
/**
1717
* Manages the Deepnote explorer tree view and related commands

0 commit comments

Comments
 (0)