diff --git a/stats/stats-server/src/config/types.rs b/stats/stats-server/src/config/types.rs index 995c98e29..7cbcae7e8 100644 --- a/stats/stats-server/src/config/types.rs +++ b/stats/stats-server/src/config/types.rs @@ -1,6 +1,6 @@ //! Common types for the configs -use std::collections::{BTreeMap, HashMap, HashSet}; +use std::collections::{BTreeMap, HashSet}; use cron::Schedule; use serde::{Deserialize, Serialize};