Apply black

pull/632/head
Dominik Muhs 6 years ago
parent 1c3e77b861
commit d107fb5587
  1. 1
      mythril/laser/ethereum/keccak.py
  2. 1
      mythril/laser/ethereum/taint_analysis.py

@ -1,7 +1,6 @@
from z3 import ExprRef, BitVecRef
class KeccakFunctionManager:
def __init__(self):
self.keccak_expression_mapping = {}

@ -8,7 +8,6 @@ from mythril.laser.ethereum.state import GlobalState, Environment
from mythril.analysis.symbolic import SymExecWrapper
class TaintRecord:
"""
TaintRecord contains tainting information for a specific (state, node)

Loading…
Cancel
Save