fix new warning in nightly (#14334)

* fix new warning

* Too soon

* Explicitly import
This commit is contained in:
Squirrel
2023-06-13 08:36:54 +01:00
committed by GitHub
parent 4ba78088d3
commit cadc92b893
4 changed files with 3 additions and 5 deletions
@@ -30,8 +30,7 @@ pub use substrate_test_runtime as runtime;
pub use self::block_builder_ext::BlockBuilderExt;
use sp_core::storage::{ChildInfo, Storage, StorageChild};
use substrate_test_client::sc_executor::WasmExecutor;
use sp_core::storage::ChildInfo;
use substrate_test_runtime::genesismap::GenesisStorageBuilder;
/// A prelude to import in tests.