Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pythops committed Feb 25, 2024
1 parent 31c374b commit c643171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bluetooth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::sync::{atomic::AtomicBool, mpsc::Sender, Arc};

use async_channel::Receiver;
use bluer::{
agent::{DisplayPasskey, ReqError, ReqResult, RequestConfirmation},
agent::{ReqError, ReqResult, RequestConfirmation},
Adapter, Address, Session,
};
use tokio::sync::oneshot;
Expand Down

0 comments on commit c643171

Please sign in to comment.