From 1d12e73b766b5639bbaddfa08ff9194f9820ccfd Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Fri, 22 Oct 2021 07:04:02 +0000 Subject: [PATCH] style: fix unused imports --- --- 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; -- gitstuff