Skip to content

Commit

Permalink
refactor: remove unused imports (#3407)
Browse files Browse the repository at this point in the history
Remove two unused imports reported by clippy
  • Loading branch information
ericswanson-dfinity authored Oct 4, 2023
1 parent 234552b commit 9d1232d
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 9d1232d

Please sign in to comment.