mypy · mypy/unreachable
unreachable
Unreachable Code
mypy has determined that a statement or expression can never be executed based on type narrowing. This often indicates a logical error or an overly broad type guard.
mypy has determined that a statement or expression can never be executed based on type narrowing. This often indicates a logical error or an overly broad type guard.