diff --git a/ecstore/src/endpoint.rs b/ecstore/src/endpoint.rs index 7b6cef1c4..264290609 100644 --- a/ecstore/src/endpoint.rs +++ b/ecstore/src/endpoint.rs @@ -9,7 +9,6 @@ use std::net::IpAddr; use std::{ collections::{hash_map::Entry, HashMap}, path::Path, - usize, }; use url::{ParseError, Url};