Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
juan518munoz committed Oct 21, 2024
1 parent 790ab84 commit 924f788
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions core/node/eigenda_proxy/src/request_processor.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
use std::sync::Arc;
use axum::{extract::Path, http::Response};

use axum::{
extract::Path,
http::{header, Response, StatusCode},
Json,
};
use tokio::sync::Mutex;
use tonic::transport::Channel;

use crate::{
disperser::{disperser_client::DisperserClient, BlobStatus, BlobStatusRequest},
eigenda_client::EigenDAClient,
errors::RequestProcessorError,
};
use crate::eigenda_client::EigenDAClient;

#[derive(Clone)]
pub(crate) struct RequestProcessor {
Expand Down

0 comments on commit 924f788

Please sign in to comment.