Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Artemka374 committed Sep 9, 2024
1 parent 1aec665 commit a7bba25
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions zk_toolbox/crates/zk_inception/src/commands/prover/run.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
use std::path::PathBuf;

use anyhow::{anyhow, Context};
use common::{
check_prerequisites, cmd::Cmd, config::global_config, logger, spinner::Spinner,
GPU_PREREQUISITES,
};
use common::{check_prerequisites, cmd::Cmd, config::global_config, logger, GPU_PREREQUISITES};
use config::EcosystemConfig;
use xshell::{cmd, Shell};

Expand Down Expand Up @@ -99,6 +96,7 @@ pub(crate) async fn run(args: ProverRunArgs, shell: &Shell) -> anyhow::Result<()
Ok(())
}

#[allow(clippy::too_many_arguments)]
fn run_dockerized_component(
shell: &Shell,
image_name: &str,
Expand Down

0 comments on commit a7bba25

Please sign in to comment.