Skip to content

Commit f77ef4c

Browse files
committed
remove discused import
1 parent f69096f commit f77ef4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/format/html/format-html.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ import {
9797
kNotebookViewStyleNotebook,
9898
notebookViewPostProcessor,
9999
} from "./format-html-notebook.ts";
100-
import { ProjectConfig, ProjectContext } from "../../project/types.ts";
100+
import { ProjectContext } from "../../project/types.ts";
101101

102102
export function htmlFormat(
103103
figwidth: number,

0 commit comments

Comments
 (0)