--- a/.maintain/frame-weight-template.hbs +++ b/.maintain/frame-weight-template.hbs @@ -92,4 +92,4 @@ {{~/each}} } {{~/each}} -} \ No newline at end of file +} --- a/pallets/inflation/src/benchmarking.rs +++ b/pallets/inflation/src/benchmarking.rs @@ -3,8 +3,6 @@ use super::*; use crate::Module as Inflation; -use sp_std::prelude::*; -use frame_system::RawOrigin; use frame_benchmarking::{benchmarks}; use frame_support::traits::OnInitialize;