Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyja committed Jan 22, 2024
1 parent 5380bd4 commit 9a713fc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/cron.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
use std::time::Duration;

use cja::{
cron::{CronRegistry, Worker},
jobs::Job as _,
};
use cja::cron::{CronRegistry, Worker};

use crate::{
app_state::AppState,
Expand Down

0 comments on commit 9a713fc

Please sign in to comment.