Refactor with black

storage/refactor
Nikhil Parasaram 6 years ago
parent f0e85bc0bb
commit 0655e5d232
  1. 8
      mythril/laser/ethereum/instructions.py

@ -1465,12 +1465,8 @@ class Instruction:
new = symbol_factory.Bool(False)
for keccak_key in keccak_keys:
key_argument = KeccakFunctionManager.get_argument(
keccak_key
)
index_argument = KeccakFunctionManager.get_argument(
index
)
key_argument = KeccakFunctionManager.get_argument(keccak_key)
index_argument = KeccakFunctionManager.get_argument(index)
if key_argument.size() != index_argument.size():
continue

Loading…
Cancel
Save