From f5ed3dae1fee2103d1ae8a28441ea66dfdb05ca9 Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Tue, 03 Oct 2023 11:08:45 +0000 Subject: [PATCH] fix: remove unused import --- --- a/runtime/common/runtime_apis.rs +++ b/runtime/common/runtime_apis.rs @@ -60,7 +60,6 @@ config::ethereum::CrossAccountId, }; use up_data_structs::*; - use crate::Block; impl_runtime_apis! { $($($custom_apis)+)? -- gitstuff