Skip to content

Commit

Permalink
rm unneeded imporet
Browse files Browse the repository at this point in the history
  • Loading branch information
PatStiles committed Oct 17, 2024
1 parent 760302c commit 9ef31d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workspaces/base_files/risc0/host
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// The ELF is used for proving and the ID is used for verification.
use methods::{METHOD_ELF, METHOD_ID};
use risc0_zkvm::{default_prover, ExecutorEnv};
use std::io::Write;

fn main() {
let args: Vec<String> = std::env::args().collect();
Expand Down

0 comments on commit 9ef31d4

Please sign in to comment.