From 10bec2ad8f4c2cf780d04169534792c6f01c95ab Mon Sep 17 00:00:00 2001 From: Gautham Date: Thu, 14 Mar 2024 00:14:29 +0700 Subject: [PATCH] remove unused imports --- runtimes/mainnet/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/runtimes/mainnet/src/lib.rs b/runtimes/mainnet/src/lib.rs index 61b8e612c..e1bfa28de 100644 --- a/runtimes/mainnet/src/lib.rs +++ b/runtimes/mainnet/src/lib.rs @@ -258,7 +258,6 @@ parameter_types! { pub const MaxPending: u16 = 32; } use scale_info::TypeInfo; -use sp_core::crypto::AccountId32; use sp_npos_elections::ExtendedBalance; /// The type used to represent the kinds of proxying allowed.