Remove unused imports and add removed import due to merge conflict

pull/821/head
Nikhil Parasaram 6 years ago
parent a2d08c3e44
commit 12b8c831f1
  1. 3
      mythril/laser/ethereum/transaction/transaction_models.py

@ -5,8 +5,7 @@ import array
from z3 import ExprRef
from typing import Union
from mythril.laser.ethereum.state.environment import Environment
from mythril.laser.ethereum.state.calldata import BaseCalldata, SymbolicCalldata
from mythril.laser.ethereum.state.calldata import ConcreteCalldata
from mythril.laser.ethereum.state.account import Account
from mythril.laser.ethereum.state.calldata import BaseCalldata, SymbolicCalldata
from mythril.laser.ethereum.state.environment import Environment

Loading…
Cancel
Save