basedmypy icon indicating copy to clipboard operation
basedmypy copied to clipboard

`dmypy suggest` isn't working for return types

Open KotlinIsland opened this issue 1 year ago • 0 comments

def f(a):  # dmypy suggest: (str) -> None
    return 1

a: int = f("")

KotlinIsland avatar Feb 19 '24 01:02 KotlinIsland