Remove unused imports in state and instructions file

pull/664/head
Nikhil Parasaram 6 years ago
parent cf4eded057
commit 7e6bf2344a
  1. 1
      mythril/laser/ethereum/instructions.py
  2. 1
      mythril/laser/ethereum/state.py

@ -2,7 +2,6 @@ import binascii
import logging import logging
from copy import copy, deepcopy from copy import copy, deepcopy
from functools import reduce
from ethereum import utils from ethereum import utils
from z3 import ( from z3 import (

@ -1,4 +1,3 @@
import struct
from z3 import ( from z3 import (
BitVec, BitVec,
BitVecVal, BitVecVal,

Loading…
Cancel
Save