Skip to content

Commit

Permalink
fixed unused impport
Browse files Browse the repository at this point in the history
  • Loading branch information
GueLaKais committed Jun 25, 2024
1 parent 9033f10 commit 87e789b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rust_pubsub/src/simple_subscriber.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use rclrs::{create_node, Context, Node, RclrsError, Subscription, QOS_PROFILE_DEFAULT};
use std::{
env, iter,
env,
sync::{Arc, Mutex},
thread,
time::Duration,
Expand Down

0 comments on commit 87e789b

Please sign in to comment.