asottile/dead

Does not recognize PEP 484 type comments as "used"

asottile opened this issue · 0 comments

can probably take inspiration from PyCQA/pyflakes#400

here's a small example

X = str

def s():  # type: () -> X
    return 'hi'