From 79e8efb9b030556355eda8697dc8293c3e6fb81e Mon Sep 17 00:00:00 2001 From: Arun Jangra Date: Mon, 17 Jun 2024 23:20:36 +0530 Subject: [PATCH] fix : lint errors --- Cargo.toml | 2 +- crates/orchestrator/src/tests/jobs/da_job/mod.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9e7d7c95..1de2544a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,4 +44,4 @@ httpmock = { version = "0.7.0" } utils = { path = "crates/utils" } arc-swap = { version = "1.7.1" } num-traits = "0.2" -lazy_static = "1.4.0" \ No newline at end of file +lazy_static = "1.4.0" diff --git a/crates/orchestrator/src/tests/jobs/da_job/mod.rs b/crates/orchestrator/src/tests/jobs/da_job/mod.rs index 9f0a11f9..d6548f2d 100644 --- a/crates/orchestrator/src/tests/jobs/da_job/mod.rs +++ b/crates/orchestrator/src/tests/jobs/da_job/mod.rs @@ -11,7 +11,6 @@ use super::super::common::{ default_job_item, init_config, }; use starknet_core::types::{FieldElement, MaybePendingStateUpdate, StateDiff}; -use tracing::log; use uuid::Uuid; use crate::jobs::types::ExternalId;