Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Mar 22, 2024
1 parent e5c576e commit e24fd01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion node/src/rpc/eth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use sp_core::H256;
use sp_inherents::CreateInherentDataProviders;
use sp_runtime::traits::Block as BlockT;
// Frontier
pub use fc_rpc::{EthBlockDataCacheTask, EthConfig, OverrideHandle, StorageOverride};
pub use fc_rpc::{EthBlockDataCacheTask, EthConfig, OverrideHandle};
pub use fc_rpc_core::types::{FeeHistoryCache, FeeHistoryCacheLimit, FilterPool};
pub use fc_storage::overrides_handle;
use fp_rpc::{ConvertTransaction, ConvertTransactionRuntimeApi, EthereumRuntimeRPCApi};
Expand Down
3 changes: 1 addition & 2 deletions node/src/rpc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ mod eth;
use crate::client::RuntimeApiCollection;

pub use self::eth::{
consensus_data_provider::{self, BabeConsensusDataProvider},
create_eth, overrides_handle, EthDeps,
consensus_data_provider::BabeConsensusDataProvider, create_eth, overrides_handle, EthDeps,
};

type HasherFor<Block> = <<Block as BlockT>::Header as HeaderT>::Hashing;
Expand Down

0 comments on commit e24fd01

Please sign in to comment.