Skip to content

Commit

Permalink
chore: fixed unused import (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn committed Jul 8, 2024
1 parent 0c1ecad commit 6502c12
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions workspaces/src/worker/impls.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
use near_jsonrpc_client::methods::tx::RpcTransactionResponse;
use near_primitives::views::StatusResponse;
use near_primitives::views::TxExecutionStatus;

use crate::network::{AllowDevAccountCreation, NetworkClient, NetworkInfo};
use crate::network::{Info, Sandbox};
Expand All @@ -19,14 +17,18 @@ use crate::{Account, Network};
#[cfg(feature = "experimental")]
use {
near_chain_configs::{GenesisConfig, ProtocolConfigView},
near_jsonrpc_client::methods::tx::RpcTransactionResponse,
near_jsonrpc_primitives::types::{
changes::{RpcStateChangesInBlockByTypeResponse, RpcStateChangesInBlockResponse},
receipts::ReceiptReference,
transactions::TransactionInfo,
},
near_primitives::{
types::{BlockReference, MaybeBlockId},
views::{validator_stake_view::ValidatorStakeView, ReceiptView, StateChangesRequestView},
views::{
validator_stake_view::ValidatorStakeView, ReceiptView, StateChangesRequestView,
TxExecutionStatus,
},
},
};

Expand Down

0 comments on commit 6502c12

Please sign in to comment.