Skip to content

Commit

Permalink
roll back a change
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Nov 22, 2024
1 parent 4f20568 commit e21642a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vyper/venom/passes/sccp/sccp.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def finalize(ret):
if eval_result is LatticeEnum.BOTTOM:
return finalize(LatticeEnum.BOTTOM)

assert isinstance(eval_result, IROperand), (op, eval_result)
assert isinstance(eval_result, IROperand)
ops.append(eval_result)

# If we haven't found BOTTOM yet, evaluate the operation
Expand Down

0 comments on commit e21642a

Please sign in to comment.