cleanup import
This commit is contained in:
parent
12f2ad005c
commit
11ccc9b5e3
1 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,7 @@ use anyhow::{anyhow, Context, Result};
|
|||
use std::io;
|
||||
|
||||
use openpgp::armor;
|
||||
use openpgp::cert::amalgamation::key::ValidErasedKeyAmalgamation;
|
||||
use openpgp::cert::amalgamation::key::{ErasedKeyAmalgamation, ValidErasedKeyAmalgamation};
|
||||
use openpgp::crypto;
|
||||
use openpgp::packet::key::{PublicParts, SecretParts};
|
||||
use openpgp::parse::{
|
||||
|
@ -22,7 +22,6 @@ use openpgp::{Cert, Fingerprint};
|
|||
use sequoia_openpgp as openpgp;
|
||||
|
||||
use openpgp_card::{Error, KeyType};
|
||||
use sequoia_openpgp::cert::amalgamation::key::ErasedKeyAmalgamation;
|
||||
|
||||
/// Retrieve a (sub)key from a Cert, for a given KeyType.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue