diff --git a/extensions/notebook/src/book/bookTreeView.ts b/extensions/notebook/src/book/bookTreeView.ts index ea7d5f8837..7aeaa04a94 100644 --- a/extensions/notebook/src/book/bookTreeView.ts +++ b/extensions/notebook/src/book/bookTreeView.ts @@ -16,7 +16,6 @@ import { Deferred } from '../common/promise'; import { IBookTrustManager, BookTrustManager } from './bookTrustManager'; import * as loc from '../common/localizedConstants'; import * as glob from 'fast-glob'; -import { isNullOrUndefined } from 'util'; import { IJupyterBookSectionV2, IJupyterBookSectionV1 } from '../contracts/content'; import { debounce, getPinnedNotebooks } from '../common/utils'; import { IBookPinManager, BookPinManager } from './bookPinManager'; @@ -313,7 +312,7 @@ export class BookTreeViewProvider implements vscode.TreeDataProvider