Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Nov 1, 2023
1 parent a5d19d8 commit e17bccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vyper/builtins/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
ZeroDivisionException,
)
from vyper.semantics.analysis.base import VarInfo
from vyper.semantics.analysis.pre_typecheck import get_folded_value
from vyper.semantics.analysis.utils import (
get_common_types,
get_exact_type_from_node,
Expand Down Expand Up @@ -84,6 +83,7 @@
UINT256_T,
)
from vyper.semantics.types.utils import type_from_annotation
from vyper.semantics.utils import get_folded_value
from vyper.utils import (
DECIMAL_DIVISOR,
EIP_170_LIMIT,
Expand Down

0 comments on commit e17bccd

Please sign in to comment.