Skip to content

Commit e069cff

Browse files
committed
💄
1 parent d7528c6 commit e069cff

File tree

1 file changed

+1
-1
lines changed
  • src/vs/workbench/contrib/notebook/browser/view

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/notebook/browser/view/cellPart.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*--------------------------------------------------------------------------------------------*/
55

66
import * as DOM from 'vs/base/browser/dom';
7-
import { Disposable, DisposableStore, IDisposable, MutableDisposable } from 'vs/base/common/lifecycle';
7+
import { Disposable, DisposableStore, MutableDisposable } from 'vs/base/common/lifecycle';
88
import { ICellViewModel } from 'vs/workbench/contrib/notebook/browser/notebookBrowser';
99
import { CellViewModelStateChangeEvent } from 'vs/workbench/contrib/notebook/browser/notebookViewEvents';
1010
import { ICellExecutionStateChangedEvent } from 'vs/workbench/contrib/notebook/common/notebookExecutionStateService';

0 commit comments

Comments
 (0)