remove dependency on plugin annotation

pull/1353/head
Joran Honig 5 years ago
parent 00cf893807
commit 69ec27885a
  1. 1
      mythril/laser/ethereum/svm.py

@ -12,7 +12,6 @@ from mythril.laser.ethereum.evm_exceptions import VmException
from mythril.laser.ethereum.instructions import Instruction, transfer_ether
from mythril.laser.ethereum.instruction_data import get_required_stack_elements
from mythril.laser.plugin.signals import PluginSkipWorldState, PluginSkipState
from mythril.laser.plugin.plugins.plugin_annotations import MutationAnnotation
from mythril.laser.ethereum.state.global_state import GlobalState
from mythril.laser.ethereum.state.world_state import WorldState
from mythril.laser.ethereum.strategy.basic import DepthFirstSearchStrategy

Loading…
Cancel
Save