移除无用的use

This commit is contained in:
李运家 2024-09-26 17:41:04 +08:00
parent f62b892c80
commit c9b502492b

View File

@ -1,7 +1,3 @@
use std::fmt::Result;
use tokio_cron_scheduler::{Job, JobSchedulerError};
pub fn xxx_task() {
tracing::info!("定时任务执行中");
}