As mentioned by @Zethson in #70, there are typehints inside the docstrings, while the function arguments are already typed.
To make it easier to maintain, I think we should only keep the typing from the function arguments, and make sure the docs are still showing them. Is there a particular reason to keep them both @mbuttner?
As mentioned by @Zethson in #70, there are typehints inside the docstrings, while the function arguments are already typed.
To make it easier to maintain, I think we should only keep the typing from the function arguments, and make sure the docs are still showing them. Is there a particular reason to keep them both @mbuttner?