aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/config.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/config.rs b/src/config.rs
index 8a8a876..1ef9eca 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -5,9 +5,7 @@ use std::{
path::PathBuf,
};
-#[cfg(feature = "tls")]
-use anyhow::anyhow;
-use anyhow::{Context, Result};
+use anyhow::{anyhow, Context, Result};
use http::HeaderMap;
#[cfg(feature = "tls")]