Skip to content

Commit

Permalink
fix(sn_networking): conditional import removal
Browse files Browse the repository at this point in the history
  • Loading branch information
b-zee committed Nov 8, 2024
1 parent 6fa4818 commit 7285adf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sn_networking/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ use tokio::sync::{
oneshot,
};
use tokio::time::Duration;
#[cfg(not(target_arch = "wasm32"))]
use {
sn_protocol::storage::{
try_deserialize_record, try_serialize_record, RecordHeader, RecordKind,
Expand Down

0 comments on commit 7285adf

Please sign in to comment.