alecthomas / importmagic

A Python library for finding unresolved symbols in Python code, and the corresponding imports
BSD 2-Clause "Simplified" License
120 stars 20 forks source link

comments on import lines deleted #64

Open glyph opened 1 year ago

glyph commented 1 year ago

Importmagic seems to disregard comments, which is a bit annoying when a library with import issues has specifically been #type:ignore'd for mypy's benefit.