Skip to content

Commit

Permalink
fix: fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Eikix committed Nov 16, 2023
1 parent a6048c3 commit bff3b7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utils/uint256.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ from starkware.cairo.common.uint256 import (
uint256_sub,
uint256_mul,
uint256_unsigned_div_rem,
uint256_le,
uint256_pow2,
uint256_add,
)
from starkware.cairo.common.bool import FALSE

Expand Down

0 comments on commit bff3b7a

Please sign in to comment.