fix warning (#7174)

This commit is contained in:
Nikolay Volf
2020-09-22 11:51:09 +03:00
committed by GitHub
parent dc81f08621
commit fc77d1d466
+2 -2
View File
@@ -27,8 +27,8 @@ use sp_std::vec::Vec;
use schnorrkel::{signing_context, ExpansionMode, Keypair, SecretKey, MiniSecretKey, PublicKey,
derive::{Derivation, ChainCode, CHAIN_CODE_LENGTH}
};
#[cfg(feature = "full_crypto")]
use core::convert::TryFrom;
#[cfg(feature = "std")]
use std::convert::TryFrom;
#[cfg(feature = "std")]
use substrate_bip39::mini_secret_from_entropy;
#[cfg(feature = "std")]