Skip to content

Commit

Permalink
fix as wei val
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Apr 7, 2024
1 parent fff3409 commit 2e5d6bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/functional/builtins/codegen/test_as_wei_value.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from decimal import Decimal

import pytest

from tests.utils import decimal_to_int
from vyper.semantics.types.primitives import DecimalT

wei_denoms = {
"femtoether": 3,
Expand Down

0 comments on commit 2e5d6bd

Please sign in to comment.