Skip to content

Commit aa4420e

Browse files
committed
Remove extraneous imports
1 parent 60162fa commit aa4420e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/config/types.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,8 @@ import {
203203
kWebtex,
204204
} from "./constants.ts";
205205

206-
import { TempContext } from "../core/temp-types.ts";
207206
import { HtmlPostProcessor, RenderServices } from "../command/render/types.ts";
208207
import { QuartoFilterSpec } from "../command/render/filters.ts";
209-
import { ExtensionContext } from "../extension/extension-shared.ts";
210208
import { ProjectContext } from "../project/types.ts";
211209

212210
export const kDependencies = "dependencies";

0 commit comments

Comments
 (0)