Skip to content

Commit f336aa6

Browse files
committed
Remove duplicate imports
1 parent 4dfe63a commit f336aa6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/core/jupyter/jupyter-fixups.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77

88
import { stringify } from "encoding/yaml.ts";
99
import { warning } from "log/mod.ts";
10-
import {
11-
JupyterNotebook,
12-
JupyterOutput,
13-
JupyterToMarkdownOptions,
14-
} from "./types.ts";
1510

1611
import { kTitle } from "../../config/constants.ts";
1712
import { Metadata } from "../../publish/netlify/api/index.ts";

0 commit comments

Comments
 (0)