Skip to content

Commit

Permalink
fix: re-import BigUintAsHex
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-pino committed Oct 7, 2024
1 parent 38fdfbe commit 31b9cec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/blockifier/src/execution/contract_class.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ use cairo_lang_starknet_classes::contract_class::{
ContractEntryPoint as SierraContractEntryPoint,
};
use cairo_lang_starknet_classes::NestedIntList;
use cairo_lang_utils::bigint::BigUintAsHex;
#[allow(unused_imports)]
use cairo_native::executor::AotNativeExecutor;
use cairo_vm::serde::deserialize_program::{
Expand Down

0 comments on commit 31b9cec

Please sign in to comment.