git.delta.rocks / unique-network / refs/commits / 1d12e73b766b

difftreelog

style fix unused imports

Yaroslav Bolyukin2021-10-22parent: #1d469f4.patch.diff
in: master

2 files changed

modified.maintain/frame-weight-template.hbsdiffbeforeafterboth
92 {{~/each}}92 {{~/each}}
93 }93 }
94 {{~/each}}94 {{~/each}}
95}95}
96
modifiedpallets/inflation/src/benchmarking.rsdiffbeforeafterboth
--- 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;