Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Sep 30, 2024
1 parent 732315f commit f5c5b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/evm/src/instructions/system_operations.cairo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use core::integer::CheckedAdd;
use core::num::traits::CheckedAdd;
use crate::call_helpers::CallHelpers;
use crate::create_helpers::{CreateHelpers, CreateType};
use crate::errors::{ensure, EVMError};
Expand Down

0 comments on commit f5c5b3f

Please sign in to comment.