chore: remove unused import

This commit is contained in:
Tunglies 2025-03-23 14:27:51 +08:00
parent 15fd8b17c3
commit 6ded03c616
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
use crate::{config::Config, core::handle, feat, log_err, module::lightweight, utils::resolve};
use crate::{config::Config, core::handle, feat, log_err, utils::resolve};
use anyhow::{bail, Result};
use once_cell::sync::OnceCell;
use parking_lot::Mutex;

View File

@ -6,7 +6,7 @@ use crate::{
cmd,
config::Config,
feat,
module::{lightweight, mihomo::Rate},
module::mihomo::Rate,
resolve,
utils::{dirs, i18n::t, resolve::VERSION},
};