Skip to content

Commit

Permalink
migrate pallet-sudo-and-statement to umbrella crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathy-bajo committed Jan 12, 2025
1 parent 5f99526 commit 63ddbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/sudo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ extern crate alloc;

use alloc::boxed::Box;

// use sp_runtime::{traits::StaticLookup, DispatchResult};


mod extension;
Expand All @@ -135,6 +134,7 @@ mod tests;

#[cfg(feature = "runtime-benchmarks")]
mod benchmarking;
use frame::prelude::*;
pub mod weights;
pub use weights::WeightInfo;

Expand Down

0 comments on commit 63ddbd0

Please sign in to comment.