chore: reorg use

This commit is contained in:
2022-03-27 12:50:48 +08:00
parent e4206dfaa8
commit d36aca00a0
14 changed files with 61 additions and 49 deletions

View File

@@ -1,5 +1,5 @@
use openpgp_card::{OpenPGPCard, OpenPGPCardUser};
use rust_util::XResult;
use openpgp_card::{OpenPGPCardUser, OpenPGPCard};
pub fn get_card_user_sw1_81(pass: &str) -> XResult<OpenPGPCardUser> {
match OpenPGPCard::list_cards() {