移除无用的use
This commit is contained in:
parent
f62b892c80
commit
c9b502492b
@ -1,7 +1,3 @@
|
||||
use std::fmt::Result;
|
||||
|
||||
use tokio_cron_scheduler::{Job, JobSchedulerError};
|
||||
|
||||
pub fn xxx_task() {
|
||||
tracing::info!("定时任务执行中");
|
||||
}
|
Loading…
Reference in New Issue
Block a user