Skip to content

Commit

Permalink
fix(clippy): unused import
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Loudet <julien.loudet@zettascale.tech>
  • Loading branch information
J-Loudet committed Nov 30, 2023
1 parent 7c5be2b commit 63aefe8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions zenoh-flow-runtime/src/instance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@
//

use crate::runners::Runner;
use std::{
collections::{HashMap, HashSet},
ops::Deref,
};
use std::{collections::HashMap, ops::Deref};
use zenoh_flow_commons::NodeId;
use zenoh_flow_records::DataFlowRecord;

Expand Down

0 comments on commit 63aefe8

Please sign in to comment.