mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
test/formal: Get rid of wildcard imports
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from opcodes import AND, ISZERO, GT, DIV
|
||||
from rule import Rule
|
||||
from opcodes import *
|
||||
from util import *
|
||||
from util import BVUnsignedUpCast, BVUnsignedMax
|
||||
from z3 import BitVec, Not, BVMulNoOverflow
|
||||
|
||||
"""
|
||||
Overflow checked unsigned integer multiplication.
|
||||
|
||||
Reference in New Issue
Block a user