From caffc8a20cd17b6e7938c325a6932e0a0f5fabf6 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Tue, 3 Aug 2021 15:34:09 +0200 Subject: [PATCH] Import cleanup --- openpgp-card/src/key_upload.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpgp-card/src/key_upload.rs b/openpgp-card/src/key_upload.rs index ea9909a..8866ad5 100644 --- a/openpgp-card/src/key_upload.rs +++ b/openpgp-card/src/key_upload.rs @@ -10,7 +10,7 @@ use crate::errors::OpenpgpCardError; use crate::parse::algo_attrs::{Algo, RsaAttrs}; use crate::parse::algo_info::AlgoInfo; use crate::tlv::{tag::Tag, Tlv, TlvEntry}; -use crate::{apdu, CardCaps, CardClientBox}; +use crate::{apdu, CardClientBox}; use crate::{ tlv, CardUploadableKey, EccKey, EccType, KeyType, PrivateKeyMaterial, RSAKey,