Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Dec 1, 2023
1 parent c6f8277 commit 19c2a31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { NotebookCell, TextDocument, window } from "vscode";

/** Gets the notebook containing a text document using >1.68.0 VSCode notebook api **/
/** Gets the notebook containing a text document using >1.68.0 VSCode notebook api **/
export function getNotebookFromCellDocumentCurrent(document: TextDocument) {
// FIXME: All these type casts are necessary because we've pinned VSCode
// version type defs. Can remove them once we are using more recent type defs
Expand Down

0 comments on commit 19c2a31

Please sign in to comment.