Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
daltoncoder committed May 29, 2024
1 parent 2677ca6 commit 0f32d92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/types/src/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -676,8 +676,7 @@ impl<const P: usize> TranscriptBuilderInput for HpUfixedWrapper<P> {

#[cfg(test)]
mod tests {
use ethers::core::k256::sha2::digest::Update;
use ethers::types::{transaction, U256};
use ethers::types::U256;
use fleek_crypto::{AccountOwnerSignature, NodeSignature};

use super::*;
Expand Down

0 comments on commit 0f32d92

Please sign in to comment.