pull/1335/head
Joran Honig 5 years ago
parent 39f8273df0
commit b2525e18ba
  1. 4
      mythril/analysis/module/base.py

@ -81,9 +81,7 @@ class DetectionModule(ABC):
return result
@abstractmethod
def _execute(
self, target
) -> Optional[List[Issue]]:
def _execute(self, target) -> Optional[List[Issue]]:
"""Module main method (override this)
:param target: The target of the analysis, either a global state (callback) or the entire statespace (post)

Loading…
Cancel
Save