Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
joepetrowski committed Jun 14, 2024
1 parent 1785e97 commit d262e08
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion relay/polkadot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ use frame_support::{
weights::{ConstantMultiplier, WeightMeter},
PalletId,
};
use frame_system::{EnsureRoot, EnsureSigned};
use frame_system::EnsureRoot;
use pallet_grandpa::{fg_primitives, AuthorityId as GrandpaId};
use pallet_identity::legacy::IdentityInfo;
use pallet_session::historical as session_historical;
Expand Down Expand Up @@ -136,6 +136,9 @@ pub mod xcm_config;

use impls::ToParachainIdentityReaper;

#[cfg(not(feature = "runtime-benchmarks"))]
use frame_system::EnsureSigned;

pub const LOG_TARGET: &str = "runtime::polkadot";

use polkadot_runtime_common as runtime_common;
Expand Down

0 comments on commit d262e08

Please sign in to comment.