Reformat with black

pull/646/head
Nikhil Parasaram 6 years ago
parent c8963cdc02
commit a658847660
  1. 2
      mythril/interfaces/cli.py

@ -95,7 +95,7 @@ def main():
action="store_true",
help="turns off getting the data from onchain contracts",
)
inputs.add_argument(
inputs.add_argument(
"--bin-runtime",
action="store_true",
help="Only when -c or -f is used. Consider the input bytecode as binary runtime code, default being the contract creation bytecode.",

Loading…
Cancel
Save