Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
HodanPlodky committed Jan 3, 2025
1 parent 9db6a32 commit 54d0a83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vyper/venom/passes/sccp/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ def wrapper(ops: list[IROperand]) -> IRLiteral | None:

return wrapper


def _exp(ops) -> IRLiteral | None:
if isinstance(ops[0], IRLiteral) and ops[0].value == 0:
return IRLiteral(1)
Expand Down

0 comments on commit 54d0a83

Please sign in to comment.