cleanup post-merge

This commit is contained in:
Ryan Heywood 2024-08-11 14:56:36 -04:00
parent 58d3c34b61
commit b254ba7c56
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
use std::{env, process::ExitCode, str::FromStr}; use std::{env, process::ExitCode, str::FromStr};
use keyfork_derive_util::{DerivationIndex, DerivationPath}; use keyfork_derive_util::DerivationPath;
use keyfork_derive_path_data::paths; use keyfork_derive_path_data::paths;
use keyforkd_client::Client; use keyforkd_client::Client;

View File

@ -10,7 +10,7 @@ use keyfork_derive_openpgp::{
}, },
XPrvKey, XPrvKey,
}; };
use keyfork_derive_util::{DerivationIndex, DerivationPath}; use keyfork_derive_util::DerivationIndex;
use keyfork_derive_path_data::paths; use keyfork_derive_path_data::paths;
use keyforkd_client::Client; use keyforkd_client::Client;

View File

@ -17,7 +17,7 @@ use keyfork_derive_openpgp::{
XPrv, XPrv,
}; };
use keyfork_derive_path_data::paths; use keyfork_derive_path_data::paths;
use keyfork_derive_util::{DerivationIndex, DerivationPath}; use keyfork_derive_util::DerivationIndex;
use keyfork_mnemonic::Mnemonic; use keyfork_mnemonic::Mnemonic;
use keyfork_prompt::{ use keyfork_prompt::{
default_terminal, default_terminal,