fix clippy
This commit is contained in:
parent
c4783b9a2b
commit
7ef735c7da
|
@ -2,7 +2,6 @@
|
|||
use axum::extract::{Json, State};
|
||||
use axum::response::Response;
|
||||
use nomos_node::make_request_and_return_response;
|
||||
use serde::{Deserialize, Serialize};
|
||||
// internal
|
||||
use full_replication::Blob;
|
||||
use nomos_api::http::da::da_blobs;
|
||||
|
|
|
@ -4,7 +4,7 @@ use eyre::{eyre, Result};
|
|||
use nomos_api::ApiService;
|
||||
use nomos_log::{Logger, LoggerBackend, LoggerFormat};
|
||||
use nomos_node::config::LoggerBackendType;
|
||||
use nomos_node::{DataAvailability, HttpArgs, LogArgs, Tx, Wire};
|
||||
use nomos_node::{HttpArgs, LogArgs, Tx, Wire};
|
||||
use overwatch_rs::services::ServiceData;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use tracing::Level;
|
||||
|
|
|
@ -11,7 +11,7 @@ use overwatch_rs::Services;
|
|||
use crate::api_backend::AxumBackend;
|
||||
use crate::config::{ApiArgs, Config};
|
||||
use nomos_log::Logger;
|
||||
use nomos_node::{DataAvailability, LogArgs, Tx, Wire};
|
||||
use nomos_node::{LogArgs, Tx, Wire};
|
||||
use nomos_storage::backends::sled::SledBackendSettings;
|
||||
use nomos_storage::{backends::sled::SledBackend, StorageService};
|
||||
|
||||
|
|
Loading…
Reference in New Issue