diff --git a/server/src/tasks/google_tasks.rs b/server/src/tasks/google_tasks.rs index 871dd1f..45b0599 100644 --- a/server/src/tasks/google_tasks.rs +++ b/server/src/tasks/google_tasks.rs @@ -1,7 +1,3 @@ -use std::fmt::Result; - -use tokio_cron_scheduler::{Job, JobSchedulerError}; - pub fn xxx_task() { tracing::info!("定时任务执行中"); } \ No newline at end of file