Reformat analyzer class

pull/906/head
Nikhil Parasaram 6 years ago
parent 8c4e176779
commit 798de539db
  1. 1
      mythril/mythril/mythril_analyzer.py

@ -23,6 +23,7 @@ class MythrilAnalyzer(object):
The Mythril Analyzer class
Responsible for the analysis of the smart contracts
"""
def __init__(self, disassembler, requires_dynld=False, onchain_storage_access=True):
"""

Loading…
Cancel
Save