Remove unused import

pending-opcodes
Nathan 5 years ago
parent 4485662126
commit b2bbe2568a
  1. 1
      mythril/laser/ethereum/instructions.py

@ -6,7 +6,6 @@ import logging
from copy import copy, deepcopy
from typing import cast, Callable, List, Set, Union, Tuple, Any
from datetime import datetime
from math import ceil
from ethereum import utils
from mythril.laser.smt import (

Loading…
Cancel
Save