Turns out that adding type annotations is not sufficient. A package like `MyPy` will be required to check the types. ## References * [4 Python Type-Checkers](https://www.infoworld.com/article/3575079/4-python-type-checkers-to-keep-your-code-clean.html)
Turns out that adding type annotations is not sufficient. A package like
MyPywill be required to check the types.References