Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
kellpossible committed Apr 20, 2024
1 parent 6c1ed81 commit ab77fa4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/options.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
use std::{
collections::{BTreeMap, HashMap},
net::SocketAddr,
num::NonZeroU32,
path::PathBuf,
};
use std::{collections::HashMap, net::SocketAddr, num::NonZeroU32, path::PathBuf};

use crate::serde::hide_secret;
use cronchik::CronSchedule;
Expand Down

0 comments on commit ab77fa4

Please sign in to comment.