Remove useless Result import (#3534)

Latest Rust nightly complains with `the item `Result` is imported
redundantly`

Co-authored-by: Sebastian Kunert <skunert49@gmail.com>
Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
This commit is contained in:
Nazar Mokrynskyi
2024-03-05 09:47:10 +02:00
committed by GitHub
parent ec30d2f5da
commit c34ad77d05
@@ -17,7 +17,6 @@
//! Inherents for BABE
use core::result::Result;
use sp_inherents::{Error, InherentData, InherentIdentifier};
/// The BABE inherent identifier.