Remove unused import

This commit is contained in:
Laurenz Stampfl 2025-07-22 11:56:47 +02:00
parent effa014c7e
commit 65f56b6f8b

View File

@ -16,7 +16,7 @@ use std::sync::Arc;
use ecow::EcoString; use ecow::EcoString;
use hayro_syntax::LoadPdfError; use hayro_syntax::LoadPdfError;
use typst_library::{Feature, World}; use typst_library::World;
use typst_syntax::{Span, Spanned}; use typst_syntax::{Span, Spanned};
use typst_utils::LazyHash; use typst_utils::LazyHash;