Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrembal committed Dec 10, 2023
1 parent 71579e1 commit ed09eef
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,14 +186,10 @@ impl Circuit {

#[cfg(test)]
mod tests {



use super::*;

use crate::utils::{bool_array_to_number, number_to_bool_array};


use crate::utils::{bool_array_to_number, number_to_bool_array};

#[test]
fn test_circuit() {
Expand Down

0 comments on commit ed09eef

Please sign in to comment.