When I run "mypy --disallow-any unannotated foo.py", mypy tells me that "foo.py:6: error: Function is missing a return type annotation".
Here is the output of running "mypy -v --disallow-any unannotated foo.py"
I'm not sure if this is a bug or if there's some special way I'm supposed to annotate the line mypy is complaining about.