Skip to content

Commit

Permalink
Remove Unused Import
Browse files Browse the repository at this point in the history
  • Loading branch information
Peyton-McKee committed Feb 23, 2024
1 parent 3f3a128 commit 6768b1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mqtt.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
extern crate paho_mqtt as mqtt;
use mqtt::ServerResponse;
use protobuf::Message;
use std::time::Duration;
use std::{process, thread};

Expand Down

0 comments on commit 6768b1e

Please sign in to comment.