Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
yorik committed Oct 28, 2024
1 parent 795d987 commit ff93edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/crates/bin/prover_autoscaler/src/global/queuer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::collections::HashMap;

use anyhow::{Context, Ok};
use reqwest::Method;
use zksync_config::configs::prover_autoscaler::{QueueReportFields, ScalerTarget};
use zksync_config::configs::prover_autoscaler::QueueReportFields;
use zksync_prover_job_monitor::autoscaler_queue_reporter::{QueueReport, VersionedQueueReport};
use zksync_types::prover_dal::JobCountStatistics;
use zksync_utils::http_with_retries::send_request_with_retries;
Expand Down

0 comments on commit ff93edd

Please sign in to comment.