Skip to content

Commit

Permalink
chore(clippy): remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
petarvujovic98 committed Jul 2, 2024
1 parent 5817837 commit 5d31091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/preflight.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::{
interfaces::{RaikoError, RaikoResult},
provider::{db::ProviderDb, rpc::RpcBlockDataProvider, BlockDataProvider},
require, require_eq,
require,
};
pub use alloy_primitives::*;
use alloy_provider::{Provider, ReqwestProvider};
Expand Down

0 comments on commit 5d31091

Please sign in to comment.