Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jfldde committed Nov 5, 2024
1 parent 5b0789e commit cde9d34
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/client.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
use std::time::{Duration, SystemTime};

use anyhow::{bail, Result};
use jsonrpsee::core::client::Error;
use jsonrpsee::{
core::{client::ClientT, traits::ToRpcParams},
core::client::ClientT,
http_client::{HttpClient, HttpClientBuilder},
rpc_params,
};
use serde::de::DeserializeOwned;
use sov_ledger_rpc::client::RpcClient;
use sov_rollup_interface::rpc::{
SequencerCommitmentResponse, SoftConfirmationResponse, VerifiedProofResponse,
Expand Down

0 comments on commit cde9d34

Please sign in to comment.