fix broken import

pull/980/head
Joran Honig 6 years ago
parent dc7c04c009
commit 313bbec18f
  1. 2
      mythril/laser/ethereum/plugins/implementations/benchmark.py

@ -1,5 +1,5 @@
from mythril.laser.ethereum.svm import LaserEVM from mythril.laser.ethereum.svm import LaserEVM
from mythril.laser.ethereum.plugins import LaserPlugin from mythril.laser.ethereum.plugins.plugin import LaserPlugin
from time import time from time import time
import matplotlib.pyplot as plt import matplotlib.pyplot as plt
import logging import logging

Loading…
Cancel
Save