Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fmkra committed Jan 4, 2024
1 parent 97f59c1 commit c7a98b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/vector_commitment/vector_commitment.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ use cairo_verifier::common::{
};
use cairo_verifier::channel::channel::{Channel, ChannelImpl};
use poseidon::hades_permutation;
// TODO: remove
use core::debug::PrintTrait;

// Commitment for a vector of field elements.
#[derive(Drop, Copy)]
Expand Down

0 comments on commit c7a98b3

Please sign in to comment.