diff --git a/src/meta/mod.rs b/src/meta/mod.rs index bff0cff..3954953 100644 --- a/src/meta/mod.rs +++ b/src/meta/mod.rs @@ -1,8 +1,5 @@ -use std::fs::read_to_string; -use std::path::Path; use std::sync::Arc; -use anyhow::anyhow; use anyhow::Result; use libpt::log::tracing; use libpt::log::warn;