Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Reimport WeightInfo (#14358)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaninja authored Jun 13, 2023
1 parent 5861423 commit 19c0766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/contracts/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ use crate::{
gas::GasMeter,
storage::{meter::Meter as StorageMeter, ContractInfo, DeletionQueueManager},
wasm::{OwnerInfo, PrefabWasmModule, TryInstantiate},
weights::WeightInfo,
};
use codec::{Codec, Decode, Encode, HasCompact};
use environmental::*;
Expand Down Expand Up @@ -130,6 +129,7 @@ use scale_info::TypeInfo;
use smallvec::Array;
use sp_runtime::traits::{Convert, Hash, Saturating, StaticLookup, Zero};
use sp_std::{fmt::Debug, prelude::*};
pub use weights::WeightInfo;

pub use crate::{
address::{AddressGenerator, DefaultAddressGenerator},
Expand Down

0 comments on commit 19c0766

Please sign in to comment.