Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Sep 20, 2024
1 parent f419105 commit 1e17a31
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions zenoh/src/api/subscriber.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ use tracing::error;
use zenoh_core::{Resolvable, Wait};
use zenoh_result::ZResult;
#[cfg(feature = "unstable")]
use {
crate::qos::Reliability, zenoh_config::wrappers::EntityGlobalId,
zenoh_protocol::core::EntityGlobalIdProto,
};
use {zenoh_config::wrappers::EntityGlobalId, zenoh_protocol::core::EntityGlobalIdProto};

use crate::{
api::{
Expand Down

0 comments on commit 1e17a31

Please sign in to comment.