-
- Downloads
[fix] Fix money helper mypy alert by typing Condition properties
Use isinstance(obj, type) with mypy for if condition to be handled (type() == is deprecated in python)
parent
e3d3a990
Branches
Tags
Use isinstance(obj, type) with mypy for if condition to be handled (type() == is deprecated in python)