Skip to content

Commit d925d01

Browse files
committed
remove unused imports
1 parent 73b3b42 commit d925d01

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/command/render/render-files.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
*
66
*/
77

8-
import { existsSync } from "fs/exists.ts";
9-
108
// ensures cell handlers are installed
119
import "../../core/handlers/handlers.ts";
1210

@@ -58,7 +56,7 @@ import {
5856
} from "./types.ts";
5957
import { error, info } from "log/mod.ts";
6058
import * as ld from "../../core/lodash.ts";
61-
import { basename, dirname, isAbsolute, join, relative } from "path/mod.ts";
59+
import { basename, dirname, join, relative } from "path/mod.ts";
6260
import { Format } from "../../config/types.ts";
6361
import { figuresDir, inputFilesDir } from "../../core/render.ts";
6462
import { removeIfEmptyDir, removeIfExists } from "../../core/path.ts";

0 commit comments

Comments
 (0)