mirror of https://github.com/ConsenSys/mythril
last_jump has type `int` but is used as type `None`. (#1670)
* last_jump has type `int` but is used as type `None`. "filename": "mythril/analysis/module/modules/exceptions.py" "warning_type": "Incompatible variable type [9]" "warning_message": " last_jump is declared to have type `int` but is used as type `None`." "warning_line": 28 "fix": None to 0 * Update exceptions.py * Fix typo * Add import Co-authored-by: Nikhil Parasaram <tommycjniko@gmail.com> Co-authored-by: norhh <nikhilparasaram@gmail.com>pull/1675/head
parent
8590de95d3
commit
8d863fbbf6
Loading…
Reference in new issue