Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Frando committed Apr 29, 2024
1 parent 9b606b3 commit 1dbcdfc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions iroh-dns-server/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ mod util;

#[cfg(test)]
mod tests {
use std::{
net::{Ipv4Addr, Ipv6Addr, SocketAddr},
str::FromStr,
};
use std::net::{Ipv4Addr, Ipv6Addr, SocketAddr};

use anyhow::Result;
use hickory_resolver::{
Expand Down

0 comments on commit 1dbcdfc

Please sign in to comment.