anentropic / python-waterloo

A cli tool to convert type annotations found in 'Google-style' docstrings into mypy py2 type comments (and from there into py3 type annotations).
2 stars 0 forks source link

fix type comments for no-args Callable #42

Closed anentropic closed 4 years ago

anentropic commented 4 years ago

fixes: #41

to get this to work easier I also made the change that fixes: #3