$ errors.fyi/mypy/return 128 namespaces · 4,025 codes
mypy · mypy/return
return

Missing Return Statement

A function with a non-None return type has a code path that does not return a value. Add a return statement or raise an exception on all paths.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT