Skip to content

Commit

Permalink
fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
micolous committed Oct 26, 2023
1 parent 1050433 commit c8f38d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions webauthn-authenticator-rs/src/usb/solokey.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ use crate::{
solokey::SoloKeyToken,
types::{U2FError, U2FHID_ERROR},
},
usb::framing::U2FHIDFrame,
usb::{framing::U2FHIDFrame, USBToken},
};

use super::{USBToken, USBTransport};

#[async_trait]
impl SoloKeyToken for USBToken {
async fn get_solokey_lock(&mut self) -> Result<bool, WebauthnCError> {
Expand Down

0 comments on commit c8f38d1

Please sign in to comment.