Skip to content

Commit

Permalink
fix : lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun Jangra authored and Arun Jangra committed Jun 17, 2024
1 parent e56b3da commit 79e8efb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
lazy_static = "1.4.0"
1 change: 0 additions & 1 deletion crates/orchestrator/src/tests/jobs/da_job/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 79e8efb

Please sign in to comment.