Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
fix: fix last unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Eikix committed Nov 16, 2023
1 parent 282e736 commit d335bd8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/kakarot/instructions/stop_and_math_operations.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ from starkware.cairo.common.uint256 import (
uint256_add,
uint256_and,
uint256_eq,
uint256_le,
uint256_lt,
uint256_mul_div_mod,
uint256_mul,
Expand All @@ -21,7 +20,6 @@ from starkware.cairo.common.uint256 import (
uint256_sub,
uint256_unsigned_div_rem,
uint256_xor,
uint256_pow2,
)
from starkware.cairo.common.math_cmp import is_le
from starkware.cairo.common.bool import FALSE, TRUE
Expand Down

0 comments on commit d335bd8

Please sign in to comment.