pylint-2.4.4
-
Exempt all the names found in type annotations from
unused-import
The previous code was assuming that only
typing
names need to be
exempted, but we need to do that for the rest of the type comment
names as well.Close #3112
-
Relax type import detection for names that do not come from the
typing
moduleClose #3191