Skip to content

Commit

Permalink
chore: remove unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Oct 29, 2024
1 parent 65cdabd commit e5f827c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/rs-dapi-client/src/dapi_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ use tracing::Instrument;

use crate::address_list::AddressListError;
use crate::connection_pool::ConnectionPool;
#[cfg(feature = "mocks")]
use crate::Address;
use crate::{
transport::{TransportClient, TransportError, TransportRequest},
AddressList, CanRetry, DapiRequestExecutor, ExecutionError, ExecutionResponse, ExecutionResult,
Expand Down

0 comments on commit e5f827c

Please sign in to comment.