Skip to content

Commit

Permalink
dev: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Sep 25, 2024
1 parent 01641a7 commit 489c2bf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/contracts/src/cairo1_helpers.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,8 @@ pub mod embeddable_impls {
use core::traits::Into;
use core::{starknet, starknet::SyscallResultTrait};
use evm::errors::EVMError;
use evm::precompiles::Blake2f;
use evm::precompiles::EcAdd;
use evm::precompiles::EcMul;
use evm::precompiles::EcRecover;
use evm::precompiles::Identity;
use evm::precompiles::ModExp;
use evm::precompiles::Sha256;
use utils::helpers::U256Trait;
Expand Down

0 comments on commit 489c2bf

Please sign in to comment.