Better type hinting on _analyze_states function

Co-Authored-By: norhh <tommycjniko@gmail.com>
pull/825/head
Dominik Muhs 6 years ago committed by GitHub
parent 1aeb5c8578
commit 1305533759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      mythril/analysis/modules/delegatecall.py

@ -33,7 +33,7 @@ class DelegateCallModule(DetectionModule):
return self.issues return self.issues
def _analyze_states(state: GlobalState) -> list: def _analyze_states(state: GlobalState) -> List[Issue]:
""" """
:param state: the current state :param state: the current state
:return: returns the issues for that corresponding state :return: returns the issues for that corresponding state

Loading…
Cancel
Save