Skip to content

Commit

Permalink
Remove an unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed May 7, 2021
1 parent 950edf5 commit 0d424c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-network/src/address_book.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use std::{
use chrono::{DateTime, Utc};
use tracing::Span;

use crate::{constants, types::MetaAddr, Config, PeerAddrState};
use crate::{constants, types::MetaAddr, PeerAddrState};

/// A database of peer listener addresses, their advertised services, and
/// information on when they were last seen.
Expand Down

0 comments on commit 0d424c0

Please sign in to comment.