call super class init

pull/1335/head
Joran Honig 5 years ago
parent 05731c29f7
commit b821e13594
  1. 1
      mythril/analysis/module/modules/suicide.py

@ -30,6 +30,7 @@ class SuicideModule(DetectionModule):
pre_hooks = ["SUICIDE"]
def __init__(self):
super().__init__()
self._cache_address = {}
def reset_module(self):

Loading…
Cancel
Save