aboutsummaryrefslogtreecommitdiffstats
path: root/src/http.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/http.rs')
-rw-r--r--src/http.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http.rs b/src/http.rs
index f0a609b..e3f29e6 100644
--- a/src/http.rs
+++ b/src/http.rs
@@ -1,4 +1,5 @@
use std::sync::LazyLock;
+
use reqwest::Client;
pub(crate) fn new() -> Client {