Skip to content

Commit

Permalink
refactor: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswanson-dfinity committed Oct 4, 2023
1 parent 234552b commit a257cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dfx-core/src/network/provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit a257cb5

Please sign in to comment.