diff --git a/mythril/analysis/modules/delegatecall.py b/mythril/analysis/modules/delegatecall.py index 0f1d9aa4..4e3228db 100644 --- a/mythril/analysis/modules/delegatecall.py +++ b/mythril/analysis/modules/delegatecall.py @@ -33,7 +33,7 @@ class DelegateCallModule(DetectionModule): return self.issues -def _analyze_states(state: GlobalState) -> list: +def _analyze_states(state: GlobalState) -> List[Issue]: """ :param state: the current state :return: returns the issues for that corresponding state