Skip to content

Commit

Permalink
frame traits instead of frame_support deps bench
Browse files Browse the repository at this point in the history
  • Loading branch information
runcomet committed Dec 1, 2024
1 parent b37c462 commit 0e9e72c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions substrate/frame/alliance/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ use super::{Call as AllianceCall, Pallet as Alliance, *};
use core::{cmp, mem::size_of};
use frame::{
benchmarking::prelude::*,
deps::{
frame_support::traits::{EnsureOrigin, Get, UnfilteredDispatchable},
frame_system::{Pallet as System, RawOrigin as SystemOrigin},
},
deps::frame_system::{Pallet as System, RawOrigin as SystemOrigin},
traits::{EnsureOrigin, Get, UnfilteredDispatchable},
};

const SEED: u32 = 0;
Expand Down

0 comments on commit 0e9e72c

Please sign in to comment.