Skip to content

Commit

Permalink
fix(anubis): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
WarriorsSami committed May 11, 2024
1 parent f216ea5 commit 5984d6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion anubis-eval/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use rocket::fairing::AdHoc;
use rocket::log::private::info;
use rocket::{catchers, error, launch, routes};
use tokio_cron_scheduler::{Job, JobScheduler};
use crate::api::cors::Cors;

mod api;
mod application;
Expand Down

0 comments on commit 5984d6c

Please sign in to comment.