mirror of https://gitlab.com/tildes/tildes.git
Browse Source
mypy 0.640 has made it so that it's no longer necessary to annotate the return type for __init__ methods, since it's always None. The only time it's necessary now is if the method doesn't have any arguments, since this shows that the method should still be type-checked.merge-requests/48/head
Deimos
6 years ago
32 changed files with 40 additions and 48 deletions
Loading…
Reference in new issue