Remove unused imports

ether_thief
Bernhard Mueller 5 years ago
parent cdc4e6ef16
commit 534677ceff
  1. 3
      mythril/laser/ethereum/plugins/implementations/mutation_pruner.py

@ -3,14 +3,13 @@ from mythril.laser.ethereum.plugins.plugin import LaserPlugin
from mythril.laser.ethereum.plugins.implementations.plugin_annotations import (
MutationAnnotation,
)
from mythril.laser.smt.bitvec_helper import UGT
from mythril.laser.ethereum.state.global_state import GlobalState
from mythril.laser.ethereum.svm import LaserEVM
from mythril.laser.ethereum.transaction.transaction_models import (
ContractCreationTransaction,
)
from mythril.analysis import solver
from mythril.exceptions import UnsatError, CriticalError
from mythril.exceptions import UnsatError
class MutationPruner(LaserPlugin):

Loading…
Cancel
Save