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 GT, SUB
|
||||
from rule import Rule
|
||||
from opcodes import *
|
||||
from util import *
|
||||
from util import BVUnsignedMax, BVUnsignedUpCast
|
||||
from z3 import BitVec, BVAddNoOverflow, Not
|
||||
|
||||
"""
|
||||
Overflow checked unsigned integer addition.
|
||||
|
||||
Reference in New Issue
Block a user