diff --git a/src/dfx-core/src/network/provider.rs b/src/dfx-core/src/network/provider.rs index dcc67b2cd6..4d39284ab0 100644 --- a/src/dfx-core/src/network/provider.rs +++ b/src/dfx-core/src/network/provider.rs @@ -474,7 +474,7 @@ mod tests { ReplicaLogLevel, }; use std::fs; - use std::net::{IpAddr, Ipv4Addr, SocketAddr}; + use std::net::SocketAddr; use std::str::FromStr; #[test]