Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Mar 18, 2024
1 parent 0cf3229 commit 1778aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interactive-window/editor-integration/cellFactory.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

import { NotebookCellData, NotebookCellKind, NotebookDocument, Range, TextDocument, type NotebookCell } from 'vscode';
import { NotebookCellData, NotebookCellKind, NotebookDocument, Range, TextDocument } from 'vscode';
import { CellMatcher } from './cellMatcher';
import { ICellRange, IJupyterSettings } from '../../platform/common/types';
import { noop } from '../../platform/common/utils/misc';
Expand Down

0 comments on commit 1778aeb

Please sign in to comment.