Reimport WeightInfo (#14358)

This commit is contained in:
Alexander Kalankhodzhaev
2023-06-13 15:02:05 +07:00
committed by GitHub
parent cadc92b893
commit a5b459e97d
+1 -1
View File
@@ -102,7 +102,6 @@ use crate::{
gas::GasMeter, gas::GasMeter,
storage::{meter::Meter as StorageMeter, ContractInfo, DeletionQueueManager}, storage::{meter::Meter as StorageMeter, ContractInfo, DeletionQueueManager},
wasm::{OwnerInfo, PrefabWasmModule, TryInstantiate}, wasm::{OwnerInfo, PrefabWasmModule, TryInstantiate},
weights::WeightInfo,
}; };
use codec::{Codec, Decode, Encode, HasCompact}; use codec::{Codec, Decode, Encode, HasCompact};
use environmental::*; use environmental::*;
@@ -130,6 +129,7 @@ use scale_info::TypeInfo;
use smallvec::Array; use smallvec::Array;
use sp_runtime::traits::{Convert, Hash, Saturating, StaticLookup, Zero}; use sp_runtime::traits::{Convert, Hash, Saturating, StaticLookup, Zero};
use sp_std::{fmt::Debug, prelude::*}; use sp_std::{fmt::Debug, prelude::*};
pub use weights::WeightInfo;
pub use crate::{ pub use crate::{
address::{AddressGenerator, DefaultAddressGenerator}, address::{AddressGenerator, DefaultAddressGenerator},