diff --git a/src/config.rs b/src/config.rs index afbd74b..4c31318 100644 --- a/src/config.rs +++ b/src/config.rs @@ -1,4 +1,4 @@ -use std::{collections::HashMap, fmt::Debug, fs::File}; +use std::{collections::HashMap, fmt::Debug}; use config::{builder::DefaultState, Config as CConfig, ConfigBuilder}; use redact::serde::redact_secret;