mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 09:08:05 -05:00
chore: reorder imports (#2444)
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
//! Trait abstractions used by the payload crate.
|
||||
|
||||
use crate::{error::PayloadBuilderError, BuiltPayload, PayloadBuilderAttributes};
|
||||
|
||||
use std::future::Future;
|
||||
|
||||
use std::sync::Arc;
|
||||
use std::{future::Future, sync::Arc};
|
||||
|
||||
/// A type that can build a payload.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user