Skip to content

Commit e239c13

Browse files
committed
remove unused imports
1 parent 1d18a9d commit e239c13

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/command/render/pandoc.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,14 @@ import { encode as base64Encode } from "encoding/base64.ts";
1616

1717
import * as ld from "../../core/lodash.ts";
1818

19-
import { Document, Element } from "../../core/deno-dom.ts";
19+
import { Document } from "../../core/deno-dom.ts";
2020

2121
import { execProcess } from "../../core/process.ts";
22-
import { dirAndStem, pathWithForwardSlashes } from "../../core/path.ts";
22+
import { dirAndStem } from "../../core/path.ts";
2323
import { mergeConfigs } from "../../core/config.ts";
2424

2525
import {
26-
DependencyFile,
2726
Format,
28-
FormatDependency,
2927
FormatExtras,
3028
FormatPandoc,
3129
kBodyEnvelope,

0 commit comments

Comments
 (0)