Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
praseodym committed Mar 20, 2024
1 parent f4b5e4b commit b3fe6ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use std::{fs::read_to_string, time::Instant};

use typst::{diag::eco_format, eval::Tracer, foundations::Smart};
use typst_pdf;

use crate::world::PdfWorld;

Expand Down

0 comments on commit b3fe6ed

Please sign in to comment.