Skip to content

Commit c7b38ab

Browse files
removed unused imports
1 parent 96fe657 commit c7b38ab

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/util/mistral.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
import '@ungap/with-resolvers';
2-
import { PDFDocument, } from "pdf-lib";
3-
import { getDocument, GlobalWorkerOptions, version } from "pdfjs-dist";
4-
52

63

74
import { Mistral } from "@mistralai/mistralai";
85

9-
import { createCanvas } from "canvas";
106
// Type definitions
117
type ExamDetail = {
128
"course-name": string;

0 commit comments

Comments
 (0)