Skip to content

Commit d76686e

Browse files
committed
[chore] - remove unused imports
1 parent ad03947 commit d76686e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core/markdown-pipeline.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
*
44
* Copyright (C) 2020-2022 Posit Software, PBC
55
*/
6-
import { base } from "acorn/walk";
76
import { decodeBase64, encodeBase64 } from "encoding/base64";
87
import { Document, Element, Node } from "./deno-dom.ts";
9-
import { decode } from "https://deno.land/[email protected]/encoding/base64.ts";
108

119
export interface PipelineMarkdown {
1210
blocks?: Record<string, string>;

0 commit comments

Comments
 (0)