Skip to content

Commit cbb06a9

Browse files
committed
fix import path wrongly auto-suggested by deno
1 parent bc4c013 commit cbb06a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/jupyter/jupyter-embed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import { globalTempContext } from "../temp.ts";
4545
import { isAbsolute } from "path/mod.ts";
4646
import { partitionMarkdown } from "../pandoc/pandoc-partition.ts";
4747
import { safeExistsSync } from "../path.ts";
48-
import { basename } from "../../vendor/deno.land/[email protected]/path/win32.ts";
48+
import { basename } from "path/mod.ts";
4949

5050
export interface JupyterNotebookAddress {
5151
path: string;

0 commit comments

Comments
 (0)